Class: Aws::WorkSpaces::Types::MicrosoftEntraConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::MicrosoftEntraConfig
- 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
-
#application_config_secret_arn ⇒ String
The Amazon Resource Name (ARN) of the application config.
-
#tenant_id ⇒ String
The identifier of the tenant.
Instance Attribute Details
#application_config_secret_arn ⇒ String
The Amazon Resource Name (ARN) of the application config.
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_id ⇒ String
The identifier of the tenant.
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 |