Show / Hide Table of Contents

Class ApproveDelegatedResourceAccessRequestDetails

Details of the Delegated Resource Access Request approval.

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

Properties

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'.

In this article
Back to top