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.
19466 19467 19468 |
# File 'sig/types.rbs', line 19466 def description @description end |
#device_trust_provider_type ⇒ "jamf", ...
Returns the value of attribute device_trust_provider_type.
19469 19470 19471 |
# File 'sig/types.rbs', line 19469 def device_trust_provider_type @device_trust_provider_type end |
#trust_provider_type ⇒ "user", "device"
Returns the value of attribute trust_provider_type.
19467 19468 19469 |
# File 'sig/types.rbs', line 19467 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.
19468 19469 19470 |
# File 'sig/types.rbs', line 19468 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.
19465 19466 19467 |
# File 'sig/types.rbs', line 19465 def verified_access_trust_provider_id @verified_access_trust_provider_id end |