getAdminSecurityCriteriaResource
get
/ccadmin/v1/adminSecurityCriteriaResources/{id}
Get Admin Security Criteria Resource. Returns a admin security criteria resource by ID.
Request
Supported Media Types
- application/json
Path Parameters
-
id(required): string
The admin Security Criteria Resource ID.
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : getAdminSecurityCriteriaResource_response
Type:
Show Source
object
-
constraintConfigurations:
array constraintConfigurations
Constraint configurations of the security criteria resource
-
id:
string
ID of the security criteria resource
-
name:
string
Name of the security criteria resource
Nested Schema : constraintConfigurations
Type:
array
Constraint configurations of the security criteria resource
Show Source
Nested Schema : items
Type:
Show Source
object
-
constrainingAssetDisplayNameProperty:
string
Asset display name property of the constraining asset type
-
constrainingAssetGroup:
string
Asset group of the constraining asset
-
constrainingAssetType:
string
Asset type of the constraining asset
-
displayName:
string
Display name of the constraint configuration
-
id:
string
ID of the constraint configuration
Example Response (application/json)
{
"constraintConfigurations":[
{
"constrainingAssetType":"catalog",
"displayName":"Catalogs",
"constrainingAssetDisplayNameProperty":"displayName",
"id":"ora.catalogConstraintConfiguration",
"constrainingAssetGroup":"/atg/commerce/catalog/ProductCatalog/"
}
],
"name":"Catalog Assets",
"id":"ora.catalogAssetResource"
}
Default Response
The error response.
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|22067|If there was no security criteria resource found with the given id|
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code