AuthenticationRequest

class oci.identity_data_plane.models.AuthenticationRequest(**kwargs)

Bases: object

AuthenticationRequest model.

Methods

__init__(**kwargs) Initializes a new AuthenticationRequest object with values from keyword arguments.

Attributes

password [Required] Gets the password of this AuthenticationRequest.
tenant_name [Required] Gets the tenant_name of this AuthenticationRequest.
user_name [Required] Gets the user_name of this AuthenticationRequest.
__init__(**kwargs)

Initializes a new AuthenticationRequest object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • user_name (str) – The value to assign to the user_name property of this AuthenticationRequest.
  • password (str) – The value to assign to the password property of this AuthenticationRequest.
  • tenant_name (str) – The value to assign to the tenant_name property of this AuthenticationRequest.
password

[Required] Gets the password of this AuthenticationRequest. The password

Returns:The password of this AuthenticationRequest.
Return type:str
tenant_name

[Required] Gets the tenant_name of this AuthenticationRequest. The name of the tenancy

Returns:The tenant_name of this AuthenticationRequest.
Return type:str
user_name

[Required] Gets the user_name of this AuthenticationRequest. The user name

Returns:The user_name of this AuthenticationRequest.
Return type:str