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: 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(optional): 
            array  constraintConfigurations
            
            Constraint configurations of the security criteria resource
 - 
            id(optional): 
            string
            ID of the security criteria resource
 - 
            name(optional): 
            string
            Name of the security criteria resource
 
Nested Schema : constraintConfigurations
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayConstraint configurations of the security criteria resource
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            constrainingAssetDisplayNameProperty(optional): 
            string
            Asset display name property of the constraining asset type
 - 
            constrainingAssetGroup(optional): 
            string
            Asset group of the constraining asset
 - 
            constrainingAssetType(optional): 
            string
            Asset type of the constraining asset
 - 
            displayName(optional): 
            string
            Display name of the constraint configuration
 - 
            id(optional): 
            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(optional): 
            string
            An optional non-localized message containing technical information for developers
 - 
            errorCode(optional): 
            string
            The numerical code identifying the error
 - 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
 - 
            message(optional): 
            string
            The localized message describing the error
 - 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
 - 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
 - 
            status(optional): 
            string
            The HTTP status code
 - 
            type(optional): 
            string
            The URI to the HTTP state code definition
 
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
 - 
            errorCode(optional): 
            string
            The numerical code identifying the error
 - 
            message(optional): 
            string
            The localized message describing the error
 - 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
 - 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
 - 
            status(optional): 
            string
            The HTTP status code