Class: Aws::Types::VerifiedAccessTrustProvider

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


19456
19457
19458
# File 'sig/types.rbs', line 19456

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


19449
19450
19451
# File 'sig/types.rbs', line 19449

def description
  @description
end

#device_optionsTypes::DeviceOptions

Returns the value of attribute device_options.



19454
19455
19456
# File 'sig/types.rbs', line 19454

def device_options
  @device_options
end

#device_trust_provider_type"jamf", ...

Returns the value of attribute device_trust_provider_type.

Returns:

  • ("jamf", "crowdstrike", "jumpcloud")


19452
19453
19454
# File 'sig/types.rbs', line 19452

def device_trust_provider_type
  @device_trust_provider_type
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


19457
19458
19459
# File 'sig/types.rbs', line 19457

def last_updated_time
  @last_updated_time
end

#native_application_oidc_optionsTypes::NativeApplicationOidcOptions

Returns the value of attribute native_application_oidc_options.



19460
19461
19462
# File 'sig/types.rbs', line 19460

def native_application_oidc_options
  @native_application_oidc_options
end

#oidc_optionsTypes::OidcOptions

Returns the value of attribute oidc_options.

Returns:



19453
19454
19455
# File 'sig/types.rbs', line 19453

def oidc_options
  @oidc_options
end

#policy_reference_name::String

Returns the value of attribute policy_reference_name.

Returns:

  • (::String)


19455
19456
19457
# File 'sig/types.rbs', line 19455

def policy_reference_name
  @policy_reference_name
end

#sse_specificationTypes::VerifiedAccessSseSpecificationResponse

Returns the value of attribute sse_specification.



19459
19460
19461
# File 'sig/types.rbs', line 19459

def sse_specification
  @sse_specification
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19458
19459
19460
# File 'sig/types.rbs', line 19458

def tags
  @tags
end

#trust_provider_type"user", "device"

Returns the value of attribute trust_provider_type.

Returns:

  • ("user", "device")


19450
19451
19452
# File 'sig/types.rbs', line 19450

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.

Returns:

  • ("iam-identity-center", "oidc")


19451
19452
19453
# File 'sig/types.rbs', line 19451

def user_trust_provider_type
  @user_trust_provider_type
end

#verified_access_trust_provider_id::String

Returns the value of attribute verified_access_trust_provider_id.

Returns:

  • (::String)


19448
19449
19450
# File 'sig/types.rbs', line 19448

def verified_access_trust_provider_id
  @verified_access_trust_provider_id
end