Reference documentation and code samples for the Privileged Access Manager V1 API class Google::Cloud::PrivilegedAccessManager::V1::DenyGrantRequest.
Request message for DenyGrant
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. Name of the grant resource which is being denied.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Name of the grant resource which is being denied.
Returns
- (::String) — Required. Name of the grant resource which is being denied.
#reason
def reason() -> ::String
Returns
-
(::String) — Optional. The reason for denying this grant. This is required if
require_approver_justification
field of theManualApprovals
workflow used in this grant is true.
#reason=
def reason=(value) -> ::String
Parameter
-
value (::String) — Optional. The reason for denying this grant. This is required if
require_approver_justification
field of theManualApprovals
workflow used in this grant is true.
Returns
-
(::String) — Optional. The reason for denying this grant. This is required if
require_approver_justification
field of theManualApprovals
workflow used in this grant is true.