Module Values.OciIdentityDomainSource

Information about an Oracle Cloud Infrastructure (OCI) identity domain configuration.

Sourcetype nonrec t = {
  1. ociIdentityDomainId : String_.t option;
    (*

    The unique identifier of the OCI identity domain.

    *)
  2. ociIdentityDomainResourceUrl : String_.t option;
    (*

    The resource URL for accessing the OCI identity domain.

    *)
  3. ociIdentityDomainUrl : String_.t option;
    (*

    The URL of the OCI identity domain.

    *)
  4. status : ResourceStatus.t option;
    (*

    The current status of the OCI identity domain.

    *)
  5. statusReason : String_.t option;
    (*

    Additional information about the current status of the OCI identity domain, if applicable.

    *)
  6. accountSetupCloudFormationUrl : String_.t option;
    (*

    The Amazon Web Services CloudFormation URL for setting up the account integration with the OCI identity domain.

    *)
}
Sourceval make : ?ociIdentityDomainId:??? -> ?ociIdentityDomainResourceUrl:??? -> ?ociIdentityDomainUrl:??? -> ?status:??? -> ?statusReason:??? -> ?accountSetupCloudFormationUrl:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t