Class ApprovePrivilegedApiRequestDetails
Details of the privilegedApi request approval such as when the approver approved and any comment provided by the approver.
Inherited Members
Namespace: Oci.ApiaccesscontrolService.Models
Assembly: OCI.DotNetSDK.Apiaccesscontrol.dll
Syntax
public class ApprovePrivilegedApiRequestDetails
Properties
ApproverComment
Declaration
[JsonProperty(PropertyName = "approverComment")]
public string ApproverComment { get; set; }
Property Value
Type | Description |
---|---|
string | Comment by the approver during approval. |
TimeOfUserCreation
Declaration
[JsonProperty(PropertyName = "timeOfUserCreation")]
public DateTime? TimeOfUserCreation { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The time when access request is scheduled to be approved in RFC 3339 timestamp format.Example: '2020-05-22T21:10:29.600Z' |