Skip to main content

Get an access policy

GET 

/iam/v1/access_policies/:id

Get an access policy by ID.

Request

Path Parameters

    id stringrequired

    Access policy's unique identifier.

Responses

Successful response - returns a single access_policy.

Schema
    principal string

    The email address of the user or service account that is granted this access policy.

    principal_display_name string

    firstname lastname OR firstname OR username.

    principal_type string

    Whether the principal is a user or a service account.

    resource string

    The resource to which this access policy is assigned. It is in the format:

    prn:<TSG_ID>::::

    role string

    The role used for this access policy.

Loading...