Class: Aws::EC2::Types::VerifiedAccessTrustProvider

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_timeString

The creation time.

Returns:

  • (String)


67324
67325
67326
67327
67328
67329
67330
67331
67332
67333
67334
67335
67336
67337
67338
67339
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67324

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

#descriptionString

A description for the Amazon Web Services Verified Access trust provider.

Returns:

  • (String)


67324
67325
67326
67327
67328
67329
67330
67331
67332
67333
67334
67335
67336
67337
67338
67339
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67324

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_optionsTypes::DeviceOptions

The options for device-identity trust provider.



67324
67325
67326
67327
67328
67329
67330
67331
67332
67333
67334
67335
67336
67337
67338
67339
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67324

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_typeString

The type of device-based trust provider.

Returns:

  • (String)


67324
67325
67326
67327
67328
67329
67330
67331
67332
67333
67334
67335
67336
67337
67338
67339
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67324

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_timeString

The last updated time.

Returns:

  • (String)


67324
67325
67326
67327
67328
67329
67330
67331
67332
67333
67334
67335
67336
67337
67338
67339
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67324

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_optionsTypes::OidcOptions

The options for an OpenID Connect-compatible user-identity trust provider.

Returns:



67324
67325
67326
67327
67328
67329
67330
67331
67332
67333
67334
67335
67336
67337
67338
67339
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67324

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_nameString

The identifier to be used when working with policy rules.

Returns:

  • (String)


67324
67325
67326
67327
67328
67329
67330
67331
67332
67333
67334
67335
67336
67337
67338
67339
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67324

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_specificationTypes::VerifiedAccessSseSpecificationResponse

The options in use for server side encryption.



67324
67325
67326
67327
67328
67329
67330
67331
67332
67333
67334
67335
67336
67337
67338
67339
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67324

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

#tagsArray<Types::Tag>

The tags.

Returns:



67324
67325
67326
67327
67328
67329
67330
67331
67332
67333
67334
67335
67336
67337
67338
67339
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67324

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_typeString

The type of Verified Access trust provider.

Returns:

  • (String)


67324
67325
67326
67327
67328
67329
67330
67331
67332
67333
67334
67335
67336
67337
67338
67339
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67324

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_typeString

The type of user-based trust provider.

Returns:

  • (String)


67324
67325
67326
67327
67328
67329
67330
67331
67332
67333
67334
67335
67336
67337
67338
67339
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67324

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_idString

The ID of the Amazon Web Services Verified Access trust provider.

Returns:

  • (String)


67324
67325
67326
67327
67328
67329
67330
67331
67332
67333
67334
67335
67336
67337
67338
67339
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67324

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