Class: Aws::Types::CreateVerifiedAccessTrustProviderOidcOptions

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)


3647
3648
3649
# File 'sig/types.rbs', line 3647

def authorization_endpoint
  @authorization_endpoint
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


3650
3651
3652
# File 'sig/types.rbs', line 3650

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


3651
3652
3653
# File 'sig/types.rbs', line 3651

def client_secret
  @client_secret
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


3646
3647
3648
# File 'sig/types.rbs', line 3646

def issuer
  @issuer
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


3652
3653
3654
# File 'sig/types.rbs', line 3652

def scope
  @scope
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


3648
3649
3650
# File 'sig/types.rbs', line 3648

def token_endpoint
  @token_endpoint
end

#user_info_endpoint::String

Returns the value of attribute user_info_endpoint.

Returns:

  • (::String)


3649
3650
3651
# File 'sig/types.rbs', line 3649

def 
  @user_info_endpoint
end