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.
18800 18801 18802 |
# File 'sig/types.rbs', line 18800 def description @description end |
#device_trust_provider_type ⇒ "jamf", ...
Returns the value of attribute device_trust_provider_type.
18803 18804 18805 |
# File 'sig/types.rbs', line 18803 def device_trust_provider_type @device_trust_provider_type end |
#trust_provider_type ⇒ "user", "device"
Returns the value of attribute trust_provider_type.
18801 18802 18803 |
# File 'sig/types.rbs', line 18801 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.
18802 18803 18804 |
# File 'sig/types.rbs', line 18802 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.
18799 18800 18801 |
# File 'sig/types.rbs', line 18799 def verified_access_trust_provider_id @verified_access_trust_provider_id end |