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.
19117 19118 19119 |
# File 'sig/types.rbs', line 19117 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
19110 19111 19112 |
# File 'sig/types.rbs', line 19110 def description @description end |
#device_options ⇒ Types::DeviceOptions
Returns the value of attribute device_options.
19115 19116 19117 |
# File 'sig/types.rbs', line 19115 def @device_options end |
#device_trust_provider_type ⇒ "jamf", ...
Returns the value of attribute device_trust_provider_type.
19113 19114 19115 |
# File 'sig/types.rbs', line 19113 def device_trust_provider_type @device_trust_provider_type end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
19118 19119 19120 |
# File 'sig/types.rbs', line 19118 def last_updated_time @last_updated_time end |
#native_application_oidc_options ⇒ Types::NativeApplicationOidcOptions
Returns the value of attribute native_application_oidc_options.
19121 19122 19123 |
# File 'sig/types.rbs', line 19121 def @native_application_oidc_options end |
#oidc_options ⇒ Types::OidcOptions
Returns the value of attribute oidc_options.
19114 19115 19116 |
# File 'sig/types.rbs', line 19114 def @oidc_options end |
#policy_reference_name ⇒ ::String
Returns the value of attribute policy_reference_name.
19116 19117 19118 |
# File 'sig/types.rbs', line 19116 def policy_reference_name @policy_reference_name end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
Returns the value of attribute sse_specification.
19120 19121 19122 |
# File 'sig/types.rbs', line 19120 def sse_specification @sse_specification end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19119 19120 19121 |
# File 'sig/types.rbs', line 19119 def @tags end |
#trust_provider_type ⇒ "user", "device"
Returns the value of attribute trust_provider_type.
19111 19112 19113 |
# File 'sig/types.rbs', line 19111 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.
19112 19113 19114 |
# File 'sig/types.rbs', line 19112 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.
19109 19110 19111 |
# File 'sig/types.rbs', line 19109 def verified_access_trust_provider_id @verified_access_trust_provider_id end |