Class: Aws::Types::VerifiedAccessTrustProvider
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessTrustProvider
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_options ⇒ Types::DeviceOptions
Returns the value of attribute device_options.
-
#device_trust_provider_type ⇒ "jamf", ...
Returns the value of attribute device_trust_provider_type.
-
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
-
#native_application_oidc_options ⇒ Types::NativeApplicationOidcOptions
Returns the value of attribute native_application_oidc_options.
-
#oidc_options ⇒ Types::OidcOptions
Returns the value of attribute oidc_options.
-
#policy_reference_name ⇒ ::String
Returns the value of attribute policy_reference_name.
-
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
Returns the value of attribute sse_specification.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
19456 19457 19458 |
# File 'sig/types.rbs', line 19456 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
19449 19450 19451 |
# File 'sig/types.rbs', line 19449 def description @description end |
#device_options ⇒ Types::DeviceOptions
Returns the value of attribute device_options.
19454 19455 19456 |
# File 'sig/types.rbs', line 19454 def @device_options end |
#device_trust_provider_type ⇒ "jamf", ...
Returns the value of attribute device_trust_provider_type.
19452 19453 19454 |
# File 'sig/types.rbs', line 19452 def device_trust_provider_type @device_trust_provider_type end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
19457 19458 19459 |
# File 'sig/types.rbs', line 19457 def last_updated_time @last_updated_time end |
#native_application_oidc_options ⇒ Types::NativeApplicationOidcOptions
Returns the value of attribute native_application_oidc_options.
19460 19461 19462 |
# File 'sig/types.rbs', line 19460 def @native_application_oidc_options end |
#oidc_options ⇒ Types::OidcOptions
Returns the value of attribute oidc_options.
19453 19454 19455 |
# File 'sig/types.rbs', line 19453 def @oidc_options end |
#policy_reference_name ⇒ ::String
Returns the value of attribute policy_reference_name.
19455 19456 19457 |
# File 'sig/types.rbs', line 19455 def policy_reference_name @policy_reference_name end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
Returns the value of attribute sse_specification.
19459 19460 19461 |
# File 'sig/types.rbs', line 19459 def sse_specification @sse_specification end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19458 19459 19460 |
# File 'sig/types.rbs', line 19458 def @tags end |
#trust_provider_type ⇒ "user", "device"
Returns the value of attribute trust_provider_type.
19450 19451 19452 |
# File 'sig/types.rbs', line 19450 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.
19451 19452 19453 |
# File 'sig/types.rbs', line 19451 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.
19448 19449 19450 |
# File 'sig/types.rbs', line 19448 def verified_access_trust_provider_id @verified_access_trust_provider_id end |