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.
19127 19128 19129 |
# File 'sig/types.rbs', line 19127 def description @description end |
#device_trust_provider_type ⇒ "jamf", ...
Returns the value of attribute device_trust_provider_type.
19130 19131 19132 |
# File 'sig/types.rbs', line 19130 def device_trust_provider_type @device_trust_provider_type end |
#trust_provider_type ⇒ "user", "device"
Returns the value of attribute trust_provider_type.
19128 19129 19130 |
# File 'sig/types.rbs', line 19128 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.
19129 19130 19131 |
# File 'sig/types.rbs', line 19129 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.
19126 19127 19128 |
# File 'sig/types.rbs', line 19126 def verified_access_trust_provider_id @verified_access_trust_provider_id end |