Enum Permission.CustomRolesSupportLevel (3.36.0)

public enum Permission.CustomRolesSupportLevel extends Enum<Permission.CustomRolesSupportLevel> implements ProtocolMessageEnum

The state of the permission with regards to custom roles.

Protobuf enum google.iam.admin.v1.Permission.CustomRolesSupportLevel

Implements

ProtocolMessageEnum

Static Fields

NameDescription
NOT_SUPPORTED

Permission is not supported for custom role use.

NOT_SUPPORTED = 2;

NOT_SUPPORTED_VALUE

Permission is not supported for custom role use.

NOT_SUPPORTED = 2;

SUPPORTED

Default state. Permission is fully supported for custom role use.

SUPPORTED = 0;

SUPPORTED_VALUE

Default state. Permission is fully supported for custom role use.

SUPPORTED = 0;

TESTING

Permission is being tested to check custom role compatibility.

TESTING = 1;

TESTING_VALUE

Permission is being tested to check custom role compatibility.

TESTING = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()