Skip to main content

Create common access items

POST 

/common-access

This API is used to add roles/access profiles to the list of common access for a customer. Requires authorization scope of iai:access-modeling:create

Request

Body

required
    access object
    id string

    Common access ID

    type CommonAccessType

    Possible values: [ACCESS_PROFILE, ROLE]

    Common access type (ROLE or ACCESS_PROFILE)

    name string

    Common access name

    description stringnullable

    Common access description

    ownerName string

    Common access owner name

    ownerId string

    Common access owner ID

    status CommonAccessItemState

    Possible values: [CONFIRMED, DENIED]

    State of common access item.

Responses

Returns details of the common access classification request.

Schema
    id string

    Common Access Item ID

    access object
    id string

    Common access ID

    type CommonAccessType

    Possible values: [ACCESS_PROFILE, ROLE]

    Common access type (ROLE or ACCESS_PROFILE)

    name string

    Common access name

    description stringnullable

    Common access description

    ownerName string

    Common access owner name

    ownerId string

    Common access owner ID

    status CommonAccessItemState

    Possible values: [CONFIRMED, DENIED]

    State of common access item.

    lastUpdated string
    reviewedByUser boolean
    lastReviewed string
    createdByUser string
Loading...