Class: Aws::EC2::Types::VerifiedAccessTrustProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessTrustProvider
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a Verified Access trust provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ String
The creation time.
-
#description ⇒ String
A description for the Amazon Web Services Verified Access trust provider.
-
#device_options ⇒ Types::DeviceOptions
The options for device-identity trust provider.
-
#device_trust_provider_type ⇒ String
The type of device-based trust provider.
-
#last_updated_time ⇒ String
The last updated time.
-
#native_application_oidc_options ⇒ Types::NativeApplicationOidcOptions
The OpenID Connect (OIDC) options.
-
#oidc_options ⇒ Types::OidcOptions
The options for an OpenID Connect-compatible user-identity trust provider.
-
#policy_reference_name ⇒ String
The identifier to be used when working with policy rules.
-
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
The options in use for server side encryption.
-
#tags ⇒ Array<Types::Tag>
The tags.
-
#trust_provider_type ⇒ String
The type of Verified Access trust provider.
-
#user_trust_provider_type ⇒ String
The type of user-based trust provider.
-
#verified_access_trust_provider_id ⇒ String
The ID of the Amazon Web Services Verified Access trust provider.
Instance Attribute Details
#creation_time ⇒ String
The creation time.
72155 72156 72157 72158 72159 72160 72161 72162 72163 72164 72165 72166 72167 72168 72169 72170 72171 |
# File 'lib/aws-sdk-ec2/types.rb', line 72155 class VerifiedAccessTrustProvider < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type, :oidc_options, :device_options, :policy_reference_name, :creation_time, :last_updated_time, :tags, :sse_specification, :native_application_oidc_options) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the Amazon Web Services Verified Access trust provider.
72155 72156 72157 72158 72159 72160 72161 72162 72163 72164 72165 72166 72167 72168 72169 72170 72171 |
# File 'lib/aws-sdk-ec2/types.rb', line 72155 class VerifiedAccessTrustProvider < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type, :oidc_options, :device_options, :policy_reference_name, :creation_time, :last_updated_time, :tags, :sse_specification, :native_application_oidc_options) SENSITIVE = [] include Aws::Structure end |
#device_options ⇒ Types::DeviceOptions
The options for device-identity trust provider.
72155 72156 72157 72158 72159 72160 72161 72162 72163 72164 72165 72166 72167 72168 72169 72170 72171 |
# File 'lib/aws-sdk-ec2/types.rb', line 72155 class VerifiedAccessTrustProvider < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type, :oidc_options, :device_options, :policy_reference_name, :creation_time, :last_updated_time, :tags, :sse_specification, :native_application_oidc_options) SENSITIVE = [] include Aws::Structure end |
#device_trust_provider_type ⇒ String
The type of device-based trust provider.
72155 72156 72157 72158 72159 72160 72161 72162 72163 72164 72165 72166 72167 72168 72169 72170 72171 |
# File 'lib/aws-sdk-ec2/types.rb', line 72155 class VerifiedAccessTrustProvider < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type, :oidc_options, :device_options, :policy_reference_name, :creation_time, :last_updated_time, :tags, :sse_specification, :native_application_oidc_options) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ String
The last updated time.
72155 72156 72157 72158 72159 72160 72161 72162 72163 72164 72165 72166 72167 72168 72169 72170 72171 |
# File 'lib/aws-sdk-ec2/types.rb', line 72155 class VerifiedAccessTrustProvider < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type, :oidc_options, :device_options, :policy_reference_name, :creation_time, :last_updated_time, :tags, :sse_specification, :native_application_oidc_options) SENSITIVE = [] include Aws::Structure end |
#native_application_oidc_options ⇒ Types::NativeApplicationOidcOptions
The OpenID Connect (OIDC) options.
72155 72156 72157 72158 72159 72160 72161 72162 72163 72164 72165 72166 72167 72168 72169 72170 72171 |
# File 'lib/aws-sdk-ec2/types.rb', line 72155 class VerifiedAccessTrustProvider < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type, :oidc_options, :device_options, :policy_reference_name, :creation_time, :last_updated_time, :tags, :sse_specification, :native_application_oidc_options) SENSITIVE = [] include Aws::Structure end |
#oidc_options ⇒ Types::OidcOptions
The options for an OpenID Connect-compatible user-identity trust provider.
72155 72156 72157 72158 72159 72160 72161 72162 72163 72164 72165 72166 72167 72168 72169 72170 72171 |
# File 'lib/aws-sdk-ec2/types.rb', line 72155 class VerifiedAccessTrustProvider < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type, :oidc_options, :device_options, :policy_reference_name, :creation_time, :last_updated_time, :tags, :sse_specification, :native_application_oidc_options) SENSITIVE = [] include Aws::Structure end |
#policy_reference_name ⇒ String
The identifier to be used when working with policy rules.
72155 72156 72157 72158 72159 72160 72161 72162 72163 72164 72165 72166 72167 72168 72169 72170 72171 |
# File 'lib/aws-sdk-ec2/types.rb', line 72155 class VerifiedAccessTrustProvider < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type, :oidc_options, :device_options, :policy_reference_name, :creation_time, :last_updated_time, :tags, :sse_specification, :native_application_oidc_options) SENSITIVE = [] include Aws::Structure end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
The options in use for server side encryption.
72155 72156 72157 72158 72159 72160 72161 72162 72163 72164 72165 72166 72167 72168 72169 72170 72171 |
# File 'lib/aws-sdk-ec2/types.rb', line 72155 class VerifiedAccessTrustProvider < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type, :oidc_options, :device_options, :policy_reference_name, :creation_time, :last_updated_time, :tags, :sse_specification, :native_application_oidc_options) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags.
72155 72156 72157 72158 72159 72160 72161 72162 72163 72164 72165 72166 72167 72168 72169 72170 72171 |
# File 'lib/aws-sdk-ec2/types.rb', line 72155 class VerifiedAccessTrustProvider < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type, :oidc_options, :device_options, :policy_reference_name, :creation_time, :last_updated_time, :tags, :sse_specification, :native_application_oidc_options) SENSITIVE = [] include Aws::Structure end |
#trust_provider_type ⇒ String
The type of Verified Access trust provider.
72155 72156 72157 72158 72159 72160 72161 72162 72163 72164 72165 72166 72167 72168 72169 72170 72171 |
# File 'lib/aws-sdk-ec2/types.rb', line 72155 class VerifiedAccessTrustProvider < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type, :oidc_options, :device_options, :policy_reference_name, :creation_time, :last_updated_time, :tags, :sse_specification, :native_application_oidc_options) SENSITIVE = [] include Aws::Structure end |
#user_trust_provider_type ⇒ String
The type of user-based trust provider.
72155 72156 72157 72158 72159 72160 72161 72162 72163 72164 72165 72166 72167 72168 72169 72170 72171 |
# File 'lib/aws-sdk-ec2/types.rb', line 72155 class VerifiedAccessTrustProvider < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type, :oidc_options, :device_options, :policy_reference_name, :creation_time, :last_updated_time, :tags, :sse_specification, :native_application_oidc_options) SENSITIVE = [] include Aws::Structure end |
#verified_access_trust_provider_id ⇒ String
The ID of the Amazon Web Services Verified Access trust provider.
72155 72156 72157 72158 72159 72160 72161 72162 72163 72164 72165 72166 72167 72168 72169 72170 72171 |
# File 'lib/aws-sdk-ec2/types.rb', line 72155 class VerifiedAccessTrustProvider < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type, :oidc_options, :device_options, :policy_reference_name, :creation_time, :last_updated_time, :tags, :sse_specification, :native_application_oidc_options) SENSITIVE = [] include Aws::Structure end |