Class: Aws::Types::VerifiedAccessInstanceUserTrustProviderClientConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_secret])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpoint::String

Returns the value of attribute authorization_endpoint.

Returns:

  • (::String)


19019
19020
19021
# File 'sig/types.rbs', line 19019

def authorization_endpoint
  @authorization_endpoint
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


19023
19024
19025
# File 'sig/types.rbs', line 19023

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


19024
19025
19026
# File 'sig/types.rbs', line 19024

def client_secret
  @client_secret
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


19018
19019
19020
# File 'sig/types.rbs', line 19018

def issuer
  @issuer
end

#pkce_enabledBoolean

Returns the value of attribute pkce_enabled.

Returns:

  • (Boolean)


19025
19026
19027
# File 'sig/types.rbs', line 19025

def pkce_enabled
  @pkce_enabled
end

#public_signing_key_endpoint::String

Returns the value of attribute public_signing_key_endpoint.

Returns:

  • (::String)


19020
19021
19022
# File 'sig/types.rbs', line 19020

def public_signing_key_endpoint
  @public_signing_key_endpoint
end

#scopes::String

Returns the value of attribute scopes.

Returns:

  • (::String)


19017
19018
19019
# File 'sig/types.rbs', line 19017

def scopes
  @scopes
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


19021
19022
19023
# File 'sig/types.rbs', line 19021

def token_endpoint
  @token_endpoint
end

#type"iam-identity-center", "oidc"

Returns the value of attribute type.

Returns:

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


19016
19017
19018
# File 'sig/types.rbs', line 19016

def type
  @type
end

#user_info_endpoint::String

Returns the value of attribute user_info_endpoint.

Returns:

  • (::String)


19022
19023
19024
# File 'sig/types.rbs', line 19022

def 
  @user_info_endpoint
end