Class: Aws::Types::MicrosoftEntraConfig
- Inherits:
-
Object
- Object
- Aws::Types::MicrosoftEntraConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_config_secret_arn ⇒ ::String
Returns the value of attribute application_config_secret_arn.
-
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
Instance Attribute Details
#application_config_secret_arn ⇒ ::String
Returns the value of attribute application_config_secret_arn.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def application_config_secret_arn @application_config_secret_arn end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def tenant_id @tenant_id end |