Class: Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Denied
- Inherits:
-
Object
- Object
- Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Denied
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb
Overview
An event representing that the grant was denied.
Instance Attribute Summary collapse
-
#actor ⇒ ::String
readonly
Output only.
-
#reason ⇒ ::String
readonly
Output only.
Instance Attribute Details
#actor ⇒ ::String (readonly)
Returns Output only. Username of the user who denied the grant.
662 663 664 665 |
# File 'proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb', line 662 class Denied include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reason ⇒ ::String (readonly)
Returns Output only. The reason provided by the approver for denying the grant.
662 663 664 665 |
# File 'proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb', line 662 class Denied include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |