Reference documentation and code samples for the Privileged Access Manager V1 API class Google::Cloud::PrivilegedAccessManager::V1::Entitlement::RequesterJustificationConfig.
Defines how a requester must provide a justification when requesting access.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#not_mandatory
def not_mandatory() -> ::Google::Cloud::PrivilegedAccessManager::V1::Entitlement::RequesterJustificationConfig::NotMandatory
Returns
- (::Google::Cloud::PrivilegedAccessManager::V1::Entitlement::RequesterJustificationConfig::NotMandatory) — This option means the requester isn't required to provide a justification.
#not_mandatory=
def not_mandatory=(value) -> ::Google::Cloud::PrivilegedAccessManager::V1::Entitlement::RequesterJustificationConfig::NotMandatory
Parameter
- value (::Google::Cloud::PrivilegedAccessManager::V1::Entitlement::RequesterJustificationConfig::NotMandatory) — This option means the requester isn't required to provide a justification.
Returns
- (::Google::Cloud::PrivilegedAccessManager::V1::Entitlement::RequesterJustificationConfig::NotMandatory) — This option means the requester isn't required to provide a justification.
#unstructured
def unstructured() -> ::Google::Cloud::PrivilegedAccessManager::V1::Entitlement::RequesterJustificationConfig::Unstructured
Returns
- (::Google::Cloud::PrivilegedAccessManager::V1::Entitlement::RequesterJustificationConfig::Unstructured) — This option means the requester must provide a string as justification. If this is selected, the server allows the requester to provide a justification but doesn't validate it.
#unstructured=
def unstructured=(value) -> ::Google::Cloud::PrivilegedAccessManager::V1::Entitlement::RequesterJustificationConfig::Unstructured
Parameter
- value (::Google::Cloud::PrivilegedAccessManager::V1::Entitlement::RequesterJustificationConfig::Unstructured) — This option means the requester must provide a string as justification. If this is selected, the server allows the requester to provide a justification but doesn't validate it.
Returns
- (::Google::Cloud::PrivilegedAccessManager::V1::Entitlement::RequesterJustificationConfig::Unstructured) — This option means the requester must provide a string as justification. If this is selected, the server allows the requester to provide a justification but doesn't validate it.