Class: Aws::SecurityAgent::Types::GetApplicationResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier of the application.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
# File 'lib/aws-sdk-securityagent/types.rb', line 1758

class GetApplicationResponse < Struct.new(
  :application_id,
  :domain,
  :application_name,
  :idc_configuration,
  :role_arn,
  :default_kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#application_nameString

The name of the application.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
# File 'lib/aws-sdk-securityagent/types.rb', line 1758

class GetApplicationResponse < Struct.new(
  :application_id,
  :domain,
  :application_name,
  :idc_configuration,
  :role_arn,
  :default_kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#default_kms_key_idString

The identifier of the default AWS KMS key used to encrypt data for the application.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
# File 'lib/aws-sdk-securityagent/types.rb', line 1758

class GetApplicationResponse < Struct.new(
  :application_id,
  :domain,
  :application_name,
  :idc_configuration,
  :role_arn,
  :default_kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The domain associated with the application.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
# File 'lib/aws-sdk-securityagent/types.rb', line 1758

class GetApplicationResponse < Struct.new(
  :application_id,
  :domain,
  :application_name,
  :idc_configuration,
  :role_arn,
  :default_kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#idc_configurationTypes::IdCConfiguration

The IAM Identity Center configuration for the application.



1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
# File 'lib/aws-sdk-securityagent/types.rb', line 1758

class GetApplicationResponse < Struct.new(
  :application_id,
  :domain,
  :application_name,
  :idc_configuration,
  :role_arn,
  :default_kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role associated with the application.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
# File 'lib/aws-sdk-securityagent/types.rb', line 1758

class GetApplicationResponse < Struct.new(
  :application_id,
  :domain,
  :application_name,
  :idc_configuration,
  :role_arn,
  :default_kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end