Skip to main content

Get role assignment

GET 

/identities/:identityId/role-assignments/:assignmentId

Get role assignment

Request

Path Parameters

    identityId stringrequired

    Identity Id

    Example: ef38f94347e94562b5bb8424a56397d8
    assignmentId stringrequired

    Assignment Id

    Example: 1cbb0705b38c4226b1334eadd8874086

Responses

A role assignment object

Schema
    id string

    Assignment Id

    role object

    Role Id and Name related to this assignment

    id string

    the application ID

    name string

    the application name

    comments string

    Comments added by the user when the assignment was made

    assignmentSource string

    Source describing how this assignment was made

    assigner object

    The identity that performed the assignment. This could be blank or system

    id string

    the application ID

    name string

    the application name

    assignedDimensions object[]

    Dimensions assigned related to this role

  • Array [
  • id string

    the application ID

    name string

    the application name

  • ]
  • accessRequestContext object

    The context around the access request for this assignment

    requestedContext object[]
  • Array [
  • attribute string

    The name of the attribute

    value object

    The value of the attribute. This can be either a string or a multi-valued string

    oneOf

    string

  • ]
  • assignedContext object[]
  • Array [
  • roleName string

    The name of the role

    matchedAttributes object[]
  • Array [
  • attribute string

    The name of the attribute

    value object

    The value of the attribute. This can be either a string or a multi-valued string

    oneOf

    string

  • ]
  • ]
  • accountTargets object[]
  • Array [
  • source object

    Source Id and Name related to this assignment

    id string

    the application ID

    name string

    the application name

    accountInfo object
    nativeIdentity string

    The unique ID of the account generated by the source system

    displayName string

    Display name for this account

    uuid string

    UUID associated with this account

    roleName string

    Specific role name for this target if using multiple accounts

  • ]
  • removeDate string

    Date that the assignment will be removed

Loading...