Show / Hide Table of Contents

Class AssociationAuthorizationRequest

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

Properties

Requests

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

The list of authorization requests.

Remarks

Required

In this article
Back to top