Class: Aws::Types::CreateVerifiedAccessTrustProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVerifiedAccessTrustProviderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_options ⇒ Types::CreateVerifiedAccessTrustProviderDeviceOptions
Returns the value of attribute device_options.
-
#device_trust_provider_type ⇒ "jamf", ...
Returns the value of attribute device_trust_provider_type.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#native_application_oidc_options ⇒ Types::CreateVerifiedAccessNativeApplicationOidcOptions
Returns the value of attribute native_application_oidc_options.
-
#oidc_options ⇒ Types::CreateVerifiedAccessTrustProviderOidcOptions
Returns the value of attribute oidc_options.
-
#policy_reference_name ⇒ ::String
Returns the value of attribute policy_reference_name.
-
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationRequest
Returns the value of attribute sse_specification.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#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.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3665 3666 3667 |
# File 'sig/types.rbs', line 3665 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
3663 3664 3665 |
# File 'sig/types.rbs', line 3663 def description @description end |
#device_options ⇒ Types::CreateVerifiedAccessTrustProviderDeviceOptions
Returns the value of attribute device_options.
3661 3662 3663 |
# File 'sig/types.rbs', line 3661 def @device_options end |
#device_trust_provider_type ⇒ "jamf", ...
Returns the value of attribute device_trust_provider_type.
3659 3660 3661 |
# File 'sig/types.rbs', line 3659 def device_trust_provider_type @device_trust_provider_type end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3666 3667 3668 |
# File 'sig/types.rbs', line 3666 def dry_run @dry_run end |
#native_application_oidc_options ⇒ Types::CreateVerifiedAccessNativeApplicationOidcOptions
Returns the value of attribute native_application_oidc_options.
3668 3669 3670 |
# File 'sig/types.rbs', line 3668 def @native_application_oidc_options end |
#oidc_options ⇒ Types::CreateVerifiedAccessTrustProviderOidcOptions
Returns the value of attribute oidc_options.
3660 3661 3662 |
# File 'sig/types.rbs', line 3660 def @oidc_options end |
#policy_reference_name ⇒ ::String
Returns the value of attribute policy_reference_name.
3662 3663 3664 |
# File 'sig/types.rbs', line 3662 def policy_reference_name @policy_reference_name end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationRequest
Returns the value of attribute sse_specification.
3667 3668 3669 |
# File 'sig/types.rbs', line 3667 def sse_specification @sse_specification end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3664 3665 3666 |
# File 'sig/types.rbs', line 3664 def tag_specifications @tag_specifications end |
#trust_provider_type ⇒ "user", "device"
Returns the value of attribute trust_provider_type.
3657 3658 3659 |
# File 'sig/types.rbs', line 3657 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.
3658 3659 3660 |
# File 'sig/types.rbs', line 3658 def user_trust_provider_type @user_trust_provider_type end |