PreCoUserCredentials¶
-
class
oci.key_management.models.
PreCoUserCredentials
(**kwargs)¶ Bases:
object
Pre Crypto officer user credentials.
Methods
__init__
(**kwargs)Initializes a new PreCoUserCredentials object with values from keyword arguments. Attributes
password
[Required] Gets the password of this PreCoUserCredentials. username
[Required] Gets the username of this PreCoUserCredentials. -
__init__
(**kwargs)¶ Initializes a new PreCoUserCredentials object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - username (str) – The value to assign to the username property of this PreCoUserCredentials.
- password (str) – The value to assign to the password property of this PreCoUserCredentials.
-
password
¶ [Required] Gets the password of this PreCoUserCredentials. The base 64 encoded pre crypto officer password.
Returns: The password of this PreCoUserCredentials. Return type: str
-
username
¶ [Required] Gets the username of this PreCoUserCredentials. The pre crypto officer username, which should be chosen as a non confidential string.
Returns: The username of this PreCoUserCredentials. Return type: str
-