public sealed class Grant.Types.Timeline.Types.Event.Types.Approved : IMessage<Grant.Types.Timeline.Types.Event.Types.Approved>, IEquatable<Grant.Types.Timeline.Types.Event.Types.Approved>, IDeepCloneable<Grant.Types.Timeline.Types.Event.Types.Approved>, IBufferMessage, IMessageReference documentation and code samples for the Privileged Access Manager v1 API class Grant.Types.Timeline.Types.Event.Types.Approved.
An event representing that the grant was approved.
Implements
IMessageGrantTypesTimelineTypesEventTypesApproved, IEquatableGrantTypesTimelineTypesEventTypesApproved, IDeepCloneableGrantTypesTimelineTypesEventTypesApproved, IBufferMessage, IMessageNamespace
Google.Cloud.PrivilegedAccessManager.V1Assembly
Google.Cloud.PrivilegedAccessManager.V1.dll
Constructors
Approved()
public Approved()Approved(Approved)
public Approved(Grant.Types.Timeline.Types.Event.Types.Approved other)| Parameter | |
|---|---|
| Name | Description |
other |
GrantTypesTimelineTypesEventTypesApproved |
Properties
Actor
public string Actor { get; set; }Output only. Username of the user who approved the grant.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Reason
public string Reason { get; set; }Output only. The reason provided by the approver for approving the grant.
| Property Value | |
|---|---|
| Type | Description |
string |
|