listAdminSecurityCriteria

get

/ccadmin/v1/adminSecurityCriteria

List Admin security criteria. Get all admin security criteria.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : listAdminSecurityCriteria_response
Type: object
Show Source
Nested Schema : items
Type: array
List of admin security criteria
Show Source
Nested Schema : sort
Type: array
An array that specifies the sort order.
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : constraints
Type: array
Constraints for the security criterion
Show Source
Nested Schema : securityCriteriaResource
Type: object
Resource for the security criterion
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : constraintConfig
Type: object
Constraint configuration for the resource
Show Source
Nested Schema : constraintDisplayValues
Type: array
Derived values for the constraint
Show Source
Nested Schema : values
Type: array
IDs of the constraining asset type. Catalog IDs in case of ora.catalogConstraintConfiguration
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (application/json)
{
    "total":2,
    "totalResults":2,
    "offset":0,
    "limit":250,
    "sort":[
        {
            "property":"id",
            "order":"asc"
        }
    ],
    "items":[
        {
            "constraintType":"grant",
            "name":"Security Criterion for Catalog",
            "description":"Grants access for catalogs: ClassicalMoviesCatalog, cloudCatalog, cloudLakeCatalog",
            "securityCriteriaResource":{
                "name":"Catalog Assets",
                "id":"ora.catalogAssetResource"
            },
            "id":"sc-100001",
            "lastModified":"2020-08-17T08:27:18.261Z"
        },
        {
            "constraintType":"deny",
            "name":"Security Criterion for Catalog",
            "description":"Denies access to catalogs: cloudLakeCatalog",
            "securityCriteriaResource":{
                "name":"Catalog Assets",
                "id":"ora.catalogAssetResource"
            },
            "id":"sc-100002",
            "lastModified":"2020-08-17T08:29:05.142Z"
        }
    ]
}

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| |------------------|------------------| |22063|If input passed is invalid|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top