Show / Hide Table of Contents

Class RevokeDelegatedResourceAccessRequestDetails

Summary of why the already approved Delegated Resource Access Request was revoked.

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

Properties

ApproverComment

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

Comment specified by the approver explaining why the approval is revoked.

In this article
Back to top