Skip to main content

Get Tagged Object

GET 

/tagged-objects/:type/:id

This gets a tagged object for the specified type.

Request

Path Parameters

    type stringrequired

    Possible values: [ACCESS_PROFILE, APPLICATION, CAMPAIGN, ENTITLEMENT, IDENTITY, ROLE, SOD_POLICY, SOURCE]

    The type of tagged object to retrieve.

    Example: ROLE
    id stringrequired

    The ID of the object reference to retrieve.

    Example: ef38f94347e94562b5bb8424a56397d8

Responses

Tagged object by type and ID.

Schema
    objectRef object
    type string

    Possible values: [ACCESS_PROFILE, APPLICATION, CAMPAIGN, ENTITLEMENT, IDENTITY, ROLE, SOD_POLICY, SOURCE]

    DTO type

    id string

    ID of the object to which this reference applies

    name stringnullable

    Human-readable display name of the object to which this reference applies

    tags string[]

    Labels to be applied to an Object

Loading...