public enum Explanations.AccessState extends Enum<Explanations.AccessState> implements ProtocolMessageEnumWhether a member has a permission for a resource.
Protobuf enum google.cloud.policytroubleshooter.v1.AccessState
Implements
ProtocolMessageEnumFields
| Name | Description |
| ACCESS_STATE_UNSPECIFIED | Reserved for future use. |
| ACCESS_STATE_UNSPECIFIED_VALUE | Reserved for future use. |
| GRANTED | The member has the permission. |
| GRANTED_VALUE | The member has the permission. |
| NOT_GRANTED | The member does not have the permission. |
| NOT_GRANTED_VALUE | The member does not have the permission. |
| UNKNOWN_CONDITIONAL | The member has the permission only if a condition expression evaluates to
|
| UNKNOWN_CONDITIONAL_VALUE | The member has the permission only if a condition expression evaluates to
|
| UNKNOWN_INFO_DENIED | The sender of the request does not have access to all of the policies that Policy Troubleshooter needs to evaluate. |
| UNKNOWN_INFO_DENIED_VALUE | The sender of the request does not have access to all of the policies that Policy Troubleshooter needs to evaluate. |
| UNRECOGNIZED |
Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | (deprecated) Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |