Show / Hide Table of Contents

Class ClosePrivilegedApiRequestDetails

The information about closing PrivilegedApiRequest.

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

Properties

Description

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

description about why the request is closed

In this article
Back to top