Reference documentation and code samples for the Google Cloud Policy Troubleshooter Iam V3 Client class RolePermissionInclusionState.
Whether a role includes a specific permission.
Protobuf type google.cloud.policytroubleshooter.iam.v3.RolePermissionInclusionState
Namespace
Google \ Cloud \ PolicyTroubleshooter \ Iam \ V3Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ROLE_PERMISSION_INCLUSION_STATE_UNSPECIFIED
Value: 0
Not specified.
Generated from protobuf enum ROLE_PERMISSION_INCLUSION_STATE_UNSPECIFIED = 0;
ROLE_PERMISSION_INCLUDED
Value: 1
The permission is included in the role.
Generated from protobuf enum ROLE_PERMISSION_INCLUDED = 1;
ROLE_PERMISSION_NOT_INCLUDED
Value: 2
The permission is not included in the role.
Generated from protobuf enum ROLE_PERMISSION_NOT_INCLUDED = 2;
ROLE_PERMISSION_UNKNOWN_INFO
Value: 3
The sender of the request is not allowed to access the role definition.
Generated from protobuf enum ROLE_PERMISSION_UNKNOWN_INFO = 3;