Reference documentation and code samples for the Privileged Access Manager V1 API class Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline.
Timeline of a grant describing what happened to it and when.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#events
def events() -> ::Array<::Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event>
Returns
-
(::Array<::Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event>) — Output only. The events that have occurred on this grant. This list
contains entries in the same order as they occurred. The first entry is
always be of type
Requested
and there is always at least one entry in this array.