Class: Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Revoked
- Inherits:
-
Object
- Object
- Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Revoked
- 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 revoked.
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 revoked the grant.
674 675 676 677 |
# File 'proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb', line 674 class Revoked include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reason ⇒ ::String (readonly)
Returns Output only. The reason provided by the user for revoking the grant.
674 675 676 677 |
# File 'proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb', line 674 class Revoked include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |