Show / Hide Table of Contents

Class RejectAccessRequestDetails

Summary of why the access request was rejected.

Inheritance
object
RejectAccessRequestDetails
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 RejectAccessRequestDetails

Properties

ApproverComment

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

Comment by the approver explaining why the request is rejected.

In this article
Back to top