GgcsUserDetail¶
-
class
oci.dif.models.GgcsUserDetail(**kwargs)¶ Bases:
objectGgcs user credentials to be created or updated.
Attributes
ACTION_CREATEA constant which can be used with the action property of a GgcsUserDetail. ACTION_UPDATEA constant which can be used with the action property of a GgcsUserDetail. action[Required] Gets the action of this GgcsUserDetail. secret_id[Required] Gets the secret_id of this GgcsUserDetail. user_name[Required] Gets the user_name of this GgcsUserDetail. user_type[Required] Gets the user_type of this GgcsUserDetail. Methods
__init__(**kwargs)Initializes a new GgcsUserDetail object with values from keyword arguments. -
ACTION_CREATE= 'CREATE'¶ A constant which can be used with the action property of a GgcsUserDetail. This constant has a value of “CREATE”
-
ACTION_UPDATE= 'UPDATE'¶ A constant which can be used with the action property of a GgcsUserDetail. This constant has a value of “UPDATE”
-
__init__(**kwargs)¶ Initializes a new GgcsUserDetail 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 GgcsUserDetail.
- secret_id (str) – The value to assign to the secret_id property of this GgcsUserDetail.
- user_type (str) – The value to assign to the user_type property of this GgcsUserDetail.
- action (str) – The value to assign to the action property of this GgcsUserDetail. Allowed values for this property are: “CREATE”, “UPDATE”
-
action¶ [Required] Gets the action of this GgcsUserDetail. Action to be done over the user. Allowed values are “CREATE” or “UPDATE”.
Allowed values for this property are: “CREATE”, “UPDATE”
Returns: The action of this GgcsUserDetail. Return type: str
-
secret_id¶ [Required] Gets the secret_id of this GgcsUserDetail. Vault OCID containing password for existing or new user.
Returns: The secret_id of this GgcsUserDetail. Return type: str
-
user_name¶ [Required] Gets the user_name of this GgcsUserDetail. username for the user.
Returns: The user_name of this GgcsUserDetail. Return type: str
-
user_type¶ [Required] Gets the user_type of this GgcsUserDetail. Type of GoldenGate user. Allowed values are “OPERATOR”.
Returns: The user_type of this GgcsUserDetail. Return type: str
-