PlatformEffectiveAccessResponse
A principal's effective access in a scope, as returned by
roles.getEffectiveAccess().
Properties¶
| Property | Type | Description |
|---|---|---|
grantedRoles |
PlatformRoleMetadata[] |
Metadata for every role the principal holds. |
grantedServices |
PlatformServiceMetadata[] |
Metadata for every service the principal has access in. |
roles |
PlatformEffectiveRole[] |
The roles the principal effectively holds, with the granting assignments. |
totalCount |
number |
Total number of effective roles. |