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)


18790
18791
18792
# File 'sig/types.rbs', line 18790

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


18783
18784
18785
# File 'sig/types.rbs', line 18783

def description
  @description
end

#device_optionsTypes::DeviceOptions

Returns the value of attribute device_options.



18788
18789
18790
# File 'sig/types.rbs', line 18788

def device_options
  @device_options
end

#device_trust_provider_type"jamf", ...

Returns the value of attribute device_trust_provider_type.

Returns:

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


18786
18787
18788
# File 'sig/types.rbs', line 18786

def device_trust_provider_type
  @device_trust_provider_type
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


18791
18792
18793
# File 'sig/types.rbs', line 18791

def last_updated_time
  @last_updated_time
end

#native_application_oidc_optionsTypes::NativeApplicationOidcOptions

Returns the value of attribute native_application_oidc_options.



18794
18795
18796
# File 'sig/types.rbs', line 18794

def native_application_oidc_options
  @native_application_oidc_options
end

#oidc_optionsTypes::OidcOptions

Returns the value of attribute oidc_options.

Returns:



18787
18788
18789
# File 'sig/types.rbs', line 18787

def oidc_options
  @oidc_options
end

#policy_reference_name::String

Returns the value of attribute policy_reference_name.

Returns:

  • (::String)


18789
18790
18791
# File 'sig/types.rbs', line 18789

def policy_reference_name
  @policy_reference_name
end

#sse_specificationTypes::VerifiedAccessSseSpecificationResponse

Returns the value of attribute sse_specification.



18793
18794
18795
# File 'sig/types.rbs', line 18793

def sse_specification
  @sse_specification
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18792
18793
18794
# File 'sig/types.rbs', line 18792

def tags
  @tags
end

#trust_provider_type"user", "device"

Returns the value of attribute trust_provider_type.

Returns:

  • ("user", "device")


18784
18785
18786
# File 'sig/types.rbs', line 18784

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


18785
18786
18787
# File 'sig/types.rbs', line 18785

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)


18782
18783
18784
# File 'sig/types.rbs', line 18782

def verified_access_trust_provider_id
  @verified_access_trust_provider_id
end