Skip to main content

Get authorization properties

GET 

/nevisidm/api/core/v1/:clientExtId/profiles/:profileExtId/authorizations/:extId/properties

Since: 2.79.0

Required permission(s): AccessControl.AuthorizationView

Returns the properties of a specific authorization. Properties of scope PROFILE_FOR_APP override properties of scope PROFILE_FOR_APP_GLOBAL with the same name.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    profileExtId stringrequired

    External ID of the profile.

    Example: profile-123
    extId stringrequired

    External ID of the authorization.

    Example: auth-123

Responses

Authorization properties retrieved successfully

Schema
    property name* string
Loading...