Class: Aws::Types::VerifiedAccessTrustProviderCondensed
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessTrustProviderCondensed
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_trust_provider_type ⇒ "jamf", ...
Returns the value of attribute device_trust_provider_type.
-
#trust_provider_type ⇒ "user", "device"
Returns the value of attribute trust_provider_type.
-
#user_trust_provider_type ⇒ "iam-identity-center", "oidc"
Returns the value of attribute user_trust_provider_type.
-
#verified_access_trust_provider_id ⇒ ::String
Returns the value of attribute verified_access_trust_provider_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
19487 19488 19489 |
# File 'sig/types.rbs', line 19487 def description @description end |
#device_trust_provider_type ⇒ "jamf", ...
Returns the value of attribute device_trust_provider_type.
19490 19491 19492 |
# File 'sig/types.rbs', line 19490 def device_trust_provider_type @device_trust_provider_type end |
#trust_provider_type ⇒ "user", "device"
Returns the value of attribute trust_provider_type.
19488 19489 19490 |
# File 'sig/types.rbs', line 19488 def trust_provider_type @trust_provider_type end |
#user_trust_provider_type ⇒ "iam-identity-center", "oidc"
Returns the value of attribute user_trust_provider_type.
19489 19490 19491 |
# File 'sig/types.rbs', line 19489 def user_trust_provider_type @user_trust_provider_type end |
#verified_access_trust_provider_id ⇒ ::String
Returns the value of attribute verified_access_trust_provider_id.
19486 19487 19488 |
# File 'sig/types.rbs', line 19486 def verified_access_trust_provider_id @verified_access_trust_provider_id end |