Class: Aws::WorkSpaces::Types::MicrosoftEntraConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Specifies the configurations of the Microsoft Entra.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_config_secret_arnString

The Amazon Resource Name (ARN) of the application config.

Returns:

  • (String)


3473
3474
3475
3476
3477
3478
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3473

class MicrosoftEntraConfig < Struct.new(
  :tenant_id,
  :application_config_secret_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tenant_idString

The identifier of the tenant.

Returns:

  • (String)


3473
3474
3475
3476
3477
3478
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3473

class MicrosoftEntraConfig < Struct.new(
  :tenant_id,
  :application_config_secret_arn)
  SENSITIVE = []
  include Aws::Structure
end