Show / Hide Table of Contents

Class ApprovePrivilegedApiRequestDetails

Details of the privilegedApi request approval such as when the approver approved and any comment provided by the approver.

Inheritance
object
ApprovePrivilegedApiRequestDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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'

In this article
Back to top