Class: Aws::EC2::Types::VerifiedAccessTrustProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessTrustProvider
- Defined in:
- gems/aws-sdk-ec2/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.
-
#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.
70482 70483 70484 70485 70486 70487 70488 70489 70490 70491 70492 70493 70494 70495 70496 70497 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70482 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) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the Amazon Web Services Verified Access trust provider.
70482 70483 70484 70485 70486 70487 70488 70489 70490 70491 70492 70493 70494 70495 70496 70497 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70482 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) SENSITIVE = [] include Aws::Structure end |
#device_options ⇒ Types::DeviceOptions
The options for device-identity trust provider.
70482 70483 70484 70485 70486 70487 70488 70489 70490 70491 70492 70493 70494 70495 70496 70497 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70482 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) SENSITIVE = [] include Aws::Structure end |
#device_trust_provider_type ⇒ String
The type of device-based trust provider.
70482 70483 70484 70485 70486 70487 70488 70489 70490 70491 70492 70493 70494 70495 70496 70497 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70482 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) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ String
The last updated time.
70482 70483 70484 70485 70486 70487 70488 70489 70490 70491 70492 70493 70494 70495 70496 70497 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70482 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) SENSITIVE = [] include Aws::Structure end |
#oidc_options ⇒ Types::OidcOptions
The options for an OpenID Connect-compatible user-identity trust provider.
70482 70483 70484 70485 70486 70487 70488 70489 70490 70491 70492 70493 70494 70495 70496 70497 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70482 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) SENSITIVE = [] include Aws::Structure end |
#policy_reference_name ⇒ String
The identifier to be used when working with policy rules.
70482 70483 70484 70485 70486 70487 70488 70489 70490 70491 70492 70493 70494 70495 70496 70497 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70482 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) SENSITIVE = [] include Aws::Structure end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
The options in use for server side encryption.
70482 70483 70484 70485 70486 70487 70488 70489 70490 70491 70492 70493 70494 70495 70496 70497 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70482 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) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags.
70482 70483 70484 70485 70486 70487 70488 70489 70490 70491 70492 70493 70494 70495 70496 70497 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70482 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) SENSITIVE = [] include Aws::Structure end |
#trust_provider_type ⇒ String
The type of Verified Access trust provider.
70482 70483 70484 70485 70486 70487 70488 70489 70490 70491 70492 70493 70494 70495 70496 70497 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70482 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) SENSITIVE = [] include Aws::Structure end |
#user_trust_provider_type ⇒ String
The type of user-based trust provider.
70482 70483 70484 70485 70486 70487 70488 70489 70490 70491 70492 70493 70494 70495 70496 70497 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70482 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) SENSITIVE = [] include Aws::Structure end |
#verified_access_trust_provider_id ⇒ String
The ID of the Amazon Web Services Verified Access trust provider.
70482 70483 70484 70485 70486 70487 70488 70489 70490 70491 70492 70493 70494 70495 70496 70497 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70482 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) SENSITIVE = [] include Aws::Structure end |