Show / Hide Table of Contents

Class ApproverDetail

details of Approver Detail.

Inheritance
object
ApproverDetail
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OperatoraccesscontrolService.Models
Assembly: OCI.DotNetSDK.Operatoraccesscontrol.dll
Syntax
public class ApproverDetail

Properties

ApprovalAction

Declaration
[JsonProperty(PropertyName = "approvalAction")]
public string ApprovalAction { get; set; }
Property Value
Type Description
string

The action done by the approver.

ApprovalAdditionalMessage

Declaration
[JsonProperty(PropertyName = "approvalAdditionalMessage")]
public string ApprovalAdditionalMessage { get; set; }
Property Value
Type Description
string

Additional message specified by the approver of the request.

ApprovalComment

Declaration
[JsonProperty(PropertyName = "approvalComment")]
public string ApprovalComment { get; set; }
Property Value
Type Description
string

Comment specified by the approver of the request.

ApproverId

Declaration
[JsonProperty(PropertyName = "approverId")]
public string ApproverId { get; set; }
Property Value
Type Description
string

The userId of the approver.

TimeApprovedForAccess

Declaration
[JsonProperty(PropertyName = "timeApprovedForAccess")]
public DateTime? TimeApprovedForAccess { get; set; }
Property Value
Type Description
DateTime?

Time for when the access request should start that is authorized by the customer in RFC 3339 timestamp format.Example: '2020-05-22T21:10:29.600Z'

TimeOfAuthorization

Declaration
[JsonProperty(PropertyName = "timeOfAuthorization")]
public DateTime? TimeOfAuthorization { get; set; }
Property Value
Type Description
DateTime?

Time when the access request was authorized by the customer in RFC 3339 timestamp format.Example: '2020-05-22T21:10:29.600Z'

In this article
Back to top