Google Cloud Policy Troubleshooter Iam V3 Client - Class RolePermissionInclusionState (0.1.2)

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 \ V3

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;