Show / Hide Table of Contents

Class DelegationControlResourceSummary

Details of the resources that this Delegation Control is applicable to.

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

Properties

Id

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

OCID of the resource.

ResourceStatus

Declaration
[JsonProperty(PropertyName = "resourceStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DelegationControlResourceSummary.ResourceStatusEnum? ResourceStatus { get; set; }
Property Value
Type Description
DelegationControlResourceSummary.ResourceStatusEnum?

The current status of the resource in Delegation Control.

In this article
Back to top