Show / Hide Table of Contents

Class RejectPrivilegedApiRequestDetails

Summary of why the privilegedApi request was rejected.

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

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