Class: Aws::Types::CreateVerifiedAccessTrustProviderRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3777
3778
3779
# File 'sig/types.rbs', line 3777

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3775
3776
3777
# File 'sig/types.rbs', line 3775

def description
  @description
end

#device_optionsTypes::CreateVerifiedAccessTrustProviderDeviceOptions

Returns the value of attribute device_options.



3773
3774
3775
# File 'sig/types.rbs', line 3773

def device_options
  @device_options
end

#device_trust_provider_type"jamf", ...

Returns the value of attribute device_trust_provider_type.

Returns:

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


3771
3772
3773
# File 'sig/types.rbs', line 3771

def device_trust_provider_type
  @device_trust_provider_type
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3778
3779
3780
# File 'sig/types.rbs', line 3778

def dry_run
  @dry_run
end

#native_application_oidc_optionsTypes::CreateVerifiedAccessNativeApplicationOidcOptions

Returns the value of attribute native_application_oidc_options.



3780
3781
3782
# File 'sig/types.rbs', line 3780

def native_application_oidc_options
  @native_application_oidc_options
end

#oidc_optionsTypes::CreateVerifiedAccessTrustProviderOidcOptions

Returns the value of attribute oidc_options.



3772
3773
3774
# File 'sig/types.rbs', line 3772

def oidc_options
  @oidc_options
end

#policy_reference_name::String

Returns the value of attribute policy_reference_name.

Returns:

  • (::String)


3774
3775
3776
# File 'sig/types.rbs', line 3774

def policy_reference_name
  @policy_reference_name
end

#sse_specificationTypes::VerifiedAccessSseSpecificationRequest

Returns the value of attribute sse_specification.



3779
3780
3781
# File 'sig/types.rbs', line 3779

def sse_specification
  @sse_specification
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3776
3777
3778
# File 'sig/types.rbs', line 3776

def tag_specifications
  @tag_specifications
end

#trust_provider_type"user", "device"

Returns the value of attribute trust_provider_type.

Returns:

  • ("user", "device")


3769
3770
3771
# File 'sig/types.rbs', line 3769

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


3770
3771
3772
# File 'sig/types.rbs', line 3770

def user_trust_provider_type
  @user_trust_provider_type
end