BadUserStateAuthenticateUserResult¶
-
class
oci.identity_data_plane.models.
BadUserStateAuthenticateUserResult
(**kwargs)¶ Bases:
object
BadUserStateAuthenticateUserResult model.
Attributes
USER_STATE_ONE_TIME_PASSWORD_EXPIRED
A constant which can be used with the user_state property of a BadUserStateAuthenticateUserResult. USER_STATE_PASSWORD_INVALID
A constant which can be used with the user_state property of a BadUserStateAuthenticateUserResult. USER_STATE_USER_BLOCKED
A constant which can be used with the user_state property of a BadUserStateAuthenticateUserResult. USER_STATE_USER_DISABLED
A constant which can be used with the user_state property of a BadUserStateAuthenticateUserResult. resolved_tenant_id
[Required] Gets the resolved_tenant_id of this BadUserStateAuthenticateUserResult. resolved_user_id
[Required] Gets the resolved_user_id of this BadUserStateAuthenticateUserResult. tenant_input
[Required] Gets the tenant_input of this BadUserStateAuthenticateUserResult. user_input
[Required] Gets the user_input of this BadUserStateAuthenticateUserResult. user_state
[Required] Gets the user_state of this BadUserStateAuthenticateUserResult. Methods
__init__
(**kwargs)Initializes a new BadUserStateAuthenticateUserResult object with values from keyword arguments. -
USER_STATE_ONE_TIME_PASSWORD_EXPIRED
= 'ONE_TIME_PASSWORD_EXPIRED'¶ A constant which can be used with the user_state property of a BadUserStateAuthenticateUserResult. This constant has a value of “ONE_TIME_PASSWORD_EXPIRED”
-
USER_STATE_PASSWORD_INVALID
= 'PASSWORD_INVALID'¶ A constant which can be used with the user_state property of a BadUserStateAuthenticateUserResult. This constant has a value of “PASSWORD_INVALID”
-
USER_STATE_USER_BLOCKED
= 'USER_BLOCKED'¶ A constant which can be used with the user_state property of a BadUserStateAuthenticateUserResult. This constant has a value of “USER_BLOCKED”
-
USER_STATE_USER_DISABLED
= 'USER_DISABLED'¶ A constant which can be used with the user_state property of a BadUserStateAuthenticateUserResult. This constant has a value of “USER_DISABLED”
-
__init__
(**kwargs)¶ Initializes a new BadUserStateAuthenticateUserResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - tenant_input (str) – The value to assign to the tenant_input property of this BadUserStateAuthenticateUserResult.
- user_input (str) – The value to assign to the user_input property of this BadUserStateAuthenticateUserResult.
- resolved_tenant_id (str) – The value to assign to the resolved_tenant_id property of this BadUserStateAuthenticateUserResult.
- resolved_user_id (str) – The value to assign to the resolved_user_id property of this BadUserStateAuthenticateUserResult.
- user_state (str) – The value to assign to the user_state property of this BadUserStateAuthenticateUserResult. Allowed values for this property are: “USER_BLOCKED”, “USER_DISABLED”, “ONE_TIME_PASSWORD_EXPIRED”, “PASSWORD_INVALID”
-
resolved_tenant_id
¶ [Required] Gets the resolved_tenant_id of this BadUserStateAuthenticateUserResult. The resolved tenant id.
Returns: The resolved_tenant_id of this BadUserStateAuthenticateUserResult. Return type: str
-
resolved_user_id
¶ [Required] Gets the resolved_user_id of this BadUserStateAuthenticateUserResult. The resolved user id.
Returns: The resolved_user_id of this BadUserStateAuthenticateUserResult. Return type: str
-
tenant_input
¶ [Required] Gets the tenant_input of this BadUserStateAuthenticateUserResult. The tenant name.
Returns: The tenant_input of this BadUserStateAuthenticateUserResult. Return type: str
-
user_input
¶ [Required] Gets the user_input of this BadUserStateAuthenticateUserResult. The user name.
Returns: The user_input of this BadUserStateAuthenticateUserResult. Return type: str
-
user_state
¶ [Required] Gets the user_state of this BadUserStateAuthenticateUserResult. The bad user state.
Allowed values for this property are: “USER_BLOCKED”, “USER_DISABLED”, “ONE_TIME_PASSWORD_EXPIRED”, “PASSWORD_INVALID”
Returns: The user_state of this BadUserStateAuthenticateUserResult. Return type: str
-