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)


19117
19118
19119
# File 'sig/types.rbs', line 19117

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


19110
19111
19112
# File 'sig/types.rbs', line 19110

def description
  @description
end

#device_optionsTypes::DeviceOptions

Returns the value of attribute device_options.



19115
19116
19117
# File 'sig/types.rbs', line 19115

def device_options
  @device_options
end

#device_trust_provider_type"jamf", ...

Returns the value of attribute device_trust_provider_type.

Returns:

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


19113
19114
19115
# File 'sig/types.rbs', line 19113

def device_trust_provider_type
  @device_trust_provider_type
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


19118
19119
19120
# File 'sig/types.rbs', line 19118

def last_updated_time
  @last_updated_time
end

#native_application_oidc_optionsTypes::NativeApplicationOidcOptions

Returns the value of attribute native_application_oidc_options.



19121
19122
19123
# File 'sig/types.rbs', line 19121

def native_application_oidc_options
  @native_application_oidc_options
end

#oidc_optionsTypes::OidcOptions

Returns the value of attribute oidc_options.

Returns:



19114
19115
19116
# File 'sig/types.rbs', line 19114

def oidc_options
  @oidc_options
end

#policy_reference_name::String

Returns the value of attribute policy_reference_name.

Returns:

  • (::String)


19116
19117
19118
# File 'sig/types.rbs', line 19116

def policy_reference_name
  @policy_reference_name
end

#sse_specificationTypes::VerifiedAccessSseSpecificationResponse

Returns the value of attribute sse_specification.



19120
19121
19122
# File 'sig/types.rbs', line 19120

def sse_specification
  @sse_specification
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19119
19120
19121
# File 'sig/types.rbs', line 19119

def tags
  @tags
end

#trust_provider_type"user", "device"

Returns the value of attribute trust_provider_type.

Returns:

  • ("user", "device")


19111
19112
19113
# File 'sig/types.rbs', line 19111

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


19112
19113
19114
# File 'sig/types.rbs', line 19112

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)


19109
19110
19111
# File 'sig/types.rbs', line 19109

def verified_access_trust_provider_id
  @verified_access_trust_provider_id
end