Class ApproveDelegatedResourceAccessRequestDetails
Details of the Delegated Resource Access Request approval.
Inherited Members
Namespace: Oci.DelegateaccesscontrolService.Models
Assembly: OCI.DotNetSDK.Delegateaccesscontrol.dll
Syntax
public class ApproveDelegatedResourceAccessRequestDetailsProperties
AdditionalMessage
Declaration
[JsonProperty(PropertyName = "additionalMessage")]
public string AdditionalMessage { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Message that needs to be displayed to the operator. | 
ApproverComment
Declaration
[JsonProperty(PropertyName = "approverComment")]
public string ApproverComment { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Comment by the approver during approval. | 
TimeApprovedForAccess
Declaration
[JsonProperty(PropertyName = "timeApprovedForAccess")]
public DateTime? TimeApprovedForAccess { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | Access start time that is actually approved by the customer in RFC 3339timestamp format, e.g. '2020-05-22T21:10:29.600Z'. |