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.
18790 18791 18792 |
# File 'sig/types.rbs', line 18790 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
18783 18784 18785 |
# File 'sig/types.rbs', line 18783 def description @description end |
#device_options ⇒ Types::DeviceOptions
Returns the value of attribute device_options.
18788 18789 18790 |
# File 'sig/types.rbs', line 18788 def @device_options end |
#device_trust_provider_type ⇒ "jamf", ...
Returns the value of attribute device_trust_provider_type.
18786 18787 18788 |
# File 'sig/types.rbs', line 18786 def device_trust_provider_type @device_trust_provider_type end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
18791 18792 18793 |
# File 'sig/types.rbs', line 18791 def last_updated_time @last_updated_time end |
#native_application_oidc_options ⇒ Types::NativeApplicationOidcOptions
Returns the value of attribute native_application_oidc_options.
18794 18795 18796 |
# File 'sig/types.rbs', line 18794 def @native_application_oidc_options end |
#oidc_options ⇒ Types::OidcOptions
Returns the value of attribute oidc_options.
18787 18788 18789 |
# File 'sig/types.rbs', line 18787 def @oidc_options end |
#policy_reference_name ⇒ ::String
Returns the value of attribute policy_reference_name.
18789 18790 18791 |
# File 'sig/types.rbs', line 18789 def policy_reference_name @policy_reference_name end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
Returns the value of attribute sse_specification.
18793 18794 18795 |
# File 'sig/types.rbs', line 18793 def sse_specification @sse_specification end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18792 18793 18794 |
# File 'sig/types.rbs', line 18792 def @tags end |
#trust_provider_type ⇒ "user", "device"
Returns the value of attribute trust_provider_type.
18784 18785 18786 |
# File 'sig/types.rbs', line 18784 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.
18785 18786 18787 |
# File 'sig/types.rbs', line 18785 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.
18782 18783 18784 |
# File 'sig/types.rbs', line 18782 def verified_access_trust_provider_id @verified_access_trust_provider_id end |