Show / Hide Table of Contents

Class AccessibleCompartmentRequest

Inheritance
object
AccessibleCompartmentRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydataplaneService.Models
Assembly: OCI.DotNetSDK.Identitydataplane.dll
Syntax
public class AccessibleCompartmentRequest

Properties

AuthorizationRequest

Declaration
[Required(ErrorMessage = "AuthorizationRequest is required.")]
[JsonProperty(PropertyName = "authorizationRequest")]
public AuthorizationRequest AuthorizationRequest { get; set; }
Property Value
Type Description
AuthorizationRequest

The authorization request.

Remarks

Required

CompartmentIds

Declaration
[Required(ErrorMessage = "CompartmentIds is required.")]
[JsonProperty(PropertyName = "compartmentIds")]
public List<string> CompartmentIds { get; set; }
Property Value
Type Description
List<string>

The list of compartment ids.

Remarks

Required

In this article
Back to top