Class: Aws::Odb::Types::OciIdentityDomain

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_setup_cloud_formation_urlString

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

Returns:

  • (String)


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_idString

The unique identifier of the OCI identity domain.

Returns:

  • (String)


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_urlString

The resource URL for accessing the OCI identity domain.

Returns:

  • (String)


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_urlString

The URL of the OCI identity domain.

Returns:

  • (String)


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

#statusString

The current status of the OCI identity domain.

Returns:

  • (String)


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_reasonString

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

Returns:

  • (String)


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