Show / Hide Table of Contents

Class RejectDelegatedResourceAccessRequestDetails

Summary of why the Delegated Resource Access Request was rejected.

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

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