Privileged Access Manager v1 API - Class Grant.Types.Timeline (1.0.0-beta01)

public sealed class Grant.Types.Timeline : IMessage<Grant.Types.Timeline>, IEquatable<Grant.Types.Timeline>, IDeepCloneable<Grant.Types.Timeline>, IBufferMessage, IMessage

Reference documentation and code samples for the Privileged Access Manager v1 API class Grant.Types.Timeline.

Timeline of a grant describing what happened to it and when.

Inheritance

object > Grant.Types.Timeline

Namespace

Google.Cloud.PrivilegedAccessManager.V1

Assembly

Google.Cloud.PrivilegedAccessManager.V1.dll

Constructors

Timeline()

public Timeline()

Timeline(Timeline)

public Timeline(Grant.Types.Timeline other)
Parameter
Name Description
other GrantTypesTimeline

Properties

Events

public RepeatedField<Grant.Types.Timeline.Types.Event> Events { get; }

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.

Property Value
Type Description
RepeatedFieldGrantTypesTimelineTypesEvent