Class: Aws::Types::ModifyVerifiedAccessTrustProviderOidcOptions

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)


14834
14835
14836
# File 'sig/types.rbs', line 14834

def authorization_endpoint
  @authorization_endpoint
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


14837
14838
14839
# File 'sig/types.rbs', line 14837

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


14838
14839
14840
# File 'sig/types.rbs', line 14838

def client_secret
  @client_secret
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


14833
14834
14835
# File 'sig/types.rbs', line 14833

def issuer
  @issuer
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


14839
14840
14841
# File 'sig/types.rbs', line 14839

def scope
  @scope
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


14835
14836
14837
# File 'sig/types.rbs', line 14835

def token_endpoint
  @token_endpoint
end

#user_info_endpoint::String

Returns the value of attribute user_info_endpoint.

Returns:

  • (::String)


14836
14837
14838
# File 'sig/types.rbs', line 14836

def 
  @user_info_endpoint
end