Class: Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Approved
- Inherits:
-
Object
- Object
- Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Approved
- 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 approved.
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 approved the grant.
649 650 651 652 |
# File 'proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb', line 649 class Approved include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reason ⇒ ::String (readonly)
Returns Output only. The reason provided by the approver for approving the grant.
649 650 651 652 |
# File 'proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb', line 649 class Approved include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |