public sealed class Justification : IMessage<Justification>, IEquatable<Justification>, IDeepCloneable<Justification>, IBufferMessage, IMessage
Reference documentation and code samples for the Privileged Access Manager v1 API class Justification.
Justification represents a justification for requesting access.
Implements
IMessageJustification, IEquatableJustification, IDeepCloneableJustification, IBufferMessage, IMessageNamespace
Google.Cloud.PrivilegedAccessManager.V1Assembly
Google.Cloud.PrivilegedAccessManager.V1.dll
Constructors
Justification()
public Justification()
Justification(Justification)
public Justification(Justification other)
Parameter | |
---|---|
Name | Description |
other |
Justification |
Properties
HasUnstructuredJustification
public bool HasUnstructuredJustification { get; }
Gets whether the "unstructured_justification" field is set
Property Value | |
---|---|
Type | Description |
bool |
JustificationCase
public Justification.JustificationOneofCase JustificationCase { get; }
Property Value | |
---|---|
Type | Description |
JustificationJustificationOneofCase |
UnstructuredJustification
public string UnstructuredJustification { get; set; }
A free form textual justification. The system only ensures that this is not empty. No other kind of validation is performed on the string.
Property Value | |
---|---|
Type | Description |
string |