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

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

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

An event representing that a grant was requested.

Inheritance

object > Grant.Types.Timeline.Types.Event.Types.Requested

Namespace

Google.Cloud.PrivilegedAccessManager.V1

Assembly

Google.Cloud.PrivilegedAccessManager.V1.dll

Constructors

Requested()

public Requested()

Requested(Requested)

public Requested(Grant.Types.Timeline.Types.Event.Types.Requested other)
Parameter
Name Description
other GrantTypesTimelineTypesEventTypesRequested

Properties

ExpireTime

public Timestamp ExpireTime { get; set; }

Output only. The time at which this grant expires unless the approval workflow completes. If omitted, then the request never expires.

Property Value
Type Description
Timestamp