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)


67217
67218
67219
67220
67221
67222
67223
67224
67225
67226
67227
67228
67229
67230
67231
67232
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67217

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)


67217
67218
67219
67220
67221
67222
67223
67224
67225
67226
67227
67228
67229
67230
67231
67232
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67217

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.



67217
67218
67219
67220
67221
67222
67223
67224
67225
67226
67227
67228
67229
67230
67231
67232
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67217

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)


67217
67218
67219
67220
67221
67222
67223
67224
67225
67226
67227
67228
67229
67230
67231
67232
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67217

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)


67217
67218
67219
67220
67221
67222
67223
67224
67225
67226
67227
67228
67229
67230
67231
67232
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67217

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:



67217
67218
67219
67220
67221
67222
67223
67224
67225
67226
67227
67228
67229
67230
67231
67232
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67217

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)


67217
67218
67219
67220
67221
67222
67223
67224
67225
67226
67227
67228
67229
67230
67231
67232
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67217

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.



67217
67218
67219
67220
67221
67222
67223
67224
67225
67226
67227
67228
67229
67230
67231
67232
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67217

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:



67217
67218
67219
67220
67221
67222
67223
67224
67225
67226
67227
67228
67229
67230
67231
67232
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67217

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)


67217
67218
67219
67220
67221
67222
67223
67224
67225
67226
67227
67228
67229
67230
67231
67232
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67217

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)


67217
67218
67219
67220
67221
67222
67223
67224
67225
67226
67227
67228
67229
67230
67231
67232
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67217

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)


67217
67218
67219
67220
67221
67222
67223
67224
67225
67226
67227
67228
67229
67230
67231
67232
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67217

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