Class: Aws::Odb::Types::OciIdentityDomain
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::OciIdentityDomain
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Information about an Oracle Cloud Infrastructure (OCI) identity domain configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_setup_cloud_formation_url ⇒ String
The Amazon Web Services CloudFormation URL for setting up the account integration with the OCI identity domain.
-
#oci_identity_domain_id ⇒ String
The unique identifier of the OCI identity domain.
-
#oci_identity_domain_resource_url ⇒ String
The resource URL for accessing the OCI identity domain.
-
#oci_identity_domain_url ⇒ String
The URL of the OCI identity domain.
-
#status ⇒ String
The current status of the OCI identity domain.
-
#status_reason ⇒ String
Additional information about the current status of the OCI identity domain, if applicable.
Instance Attribute Details
#account_setup_cloud_formation_url ⇒ String
The Amazon Web Services CloudFormation URL for setting up the account integration with the OCI identity domain.
4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4526 class OciIdentityDomain < Struct.new( :oci_identity_domain_id, :oci_identity_domain_resource_url, :oci_identity_domain_url, :status, :status_reason, :account_setup_cloud_formation_url) SENSITIVE = [] include Aws::Structure end |
#oci_identity_domain_id ⇒ String
The unique identifier of the OCI identity domain.
4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4526 class OciIdentityDomain < Struct.new( :oci_identity_domain_id, :oci_identity_domain_resource_url, :oci_identity_domain_url, :status, :status_reason, :account_setup_cloud_formation_url) SENSITIVE = [] include Aws::Structure end |
#oci_identity_domain_resource_url ⇒ String
The resource URL for accessing the OCI identity domain.
4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4526 class OciIdentityDomain < Struct.new( :oci_identity_domain_id, :oci_identity_domain_resource_url, :oci_identity_domain_url, :status, :status_reason, :account_setup_cloud_formation_url) SENSITIVE = [] include Aws::Structure end |
#oci_identity_domain_url ⇒ String
The URL of the OCI identity domain.
4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4526 class OciIdentityDomain < Struct.new( :oci_identity_domain_id, :oci_identity_domain_resource_url, :oci_identity_domain_url, :status, :status_reason, :account_setup_cloud_formation_url) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the OCI identity domain.
4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4526 class OciIdentityDomain < Struct.new( :oci_identity_domain_id, :oci_identity_domain_resource_url, :oci_identity_domain_url, :status, :status_reason, :account_setup_cloud_formation_url) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Additional information about the current status of the OCI identity domain, if applicable.
4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4526 class OciIdentityDomain < Struct.new( :oci_identity_domain_id, :oci_identity_domain_resource_url, :oci_identity_domain_url, :status, :status_reason, :account_setup_cloud_formation_url) SENSITIVE = [] include Aws::Structure end |