AssociationAuthorizationRequest¶
-
class
oci.identity_data_plane.models.
AssociationAuthorizationRequest
(**kwargs)¶ Bases:
object
AssociationAuthorizationRequest model.
Methods
__init__
(**kwargs)Initializes a new AssociationAuthorizationRequest object with values from keyword arguments. Attributes
requests
[Required] Gets the requests of this AssociationAuthorizationRequest. -
__init__
(**kwargs)¶ Initializes a new AssociationAuthorizationRequest object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: requests (list[oci.identity_data_plane.models.AuthorizationRequest]) – The value to assign to the requests property of this AssociationAuthorizationRequest.
-
requests
¶ [Required] Gets the requests of this AssociationAuthorizationRequest. The list of authorization requests.
Returns: The requests of this AssociationAuthorizationRequest. Return type: list[oci.identity_data_plane.models.AuthorizationRequest]
-