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)


19477
19478
19479
# File 'sig/types.rbs', line 19477

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


19470
19471
19472
# File 'sig/types.rbs', line 19470

def description
  @description
end

#device_optionsTypes::DeviceOptions

Returns the value of attribute device_options.



19475
19476
19477
# File 'sig/types.rbs', line 19475

def device_options
  @device_options
end

#device_trust_provider_type"jamf", ...

Returns the value of attribute device_trust_provider_type.

Returns:

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


19473
19474
19475
# File 'sig/types.rbs', line 19473

def device_trust_provider_type
  @device_trust_provider_type
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


19478
19479
19480
# File 'sig/types.rbs', line 19478

def last_updated_time
  @last_updated_time
end

#native_application_oidc_optionsTypes::NativeApplicationOidcOptions

Returns the value of attribute native_application_oidc_options.



19481
19482
19483
# File 'sig/types.rbs', line 19481

def native_application_oidc_options
  @native_application_oidc_options
end

#oidc_optionsTypes::OidcOptions

Returns the value of attribute oidc_options.

Returns:



19474
19475
19476
# File 'sig/types.rbs', line 19474

def oidc_options
  @oidc_options
end

#policy_reference_name::String

Returns the value of attribute policy_reference_name.

Returns:

  • (::String)


19476
19477
19478
# File 'sig/types.rbs', line 19476

def policy_reference_name
  @policy_reference_name
end

#sse_specificationTypes::VerifiedAccessSseSpecificationResponse

Returns the value of attribute sse_specification.



19480
19481
19482
# File 'sig/types.rbs', line 19480

def sse_specification
  @sse_specification
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19479
19480
19481
# File 'sig/types.rbs', line 19479

def tags
  @tags
end

#trust_provider_type"user", "device"

Returns the value of attribute trust_provider_type.

Returns:

  • ("user", "device")


19471
19472
19473
# File 'sig/types.rbs', line 19471

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")


19472
19473
19474
# File 'sig/types.rbs', line 19472

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)


19469
19470
19471
# File 'sig/types.rbs', line 19469

def verified_access_trust_provider_id
  @verified_access_trust_provider_id
end