ValidationIdentityStatus

class oci.database_tools.models.ValidationIdentityStatus(**kwargs)

Bases: object

Status details for an identity type

Attributes

STATUS_AVAILABLE A constant which can be used with the status property of a ValidationIdentityStatus.
STATUS_UNAVAILABLE A constant which can be used with the status property of a ValidationIdentityStatus.
TYPE_ORACLE_DATABASE_RESOURCE_PRINCIPAL A constant which can be used with the type property of a ValidationIdentityStatus.
status Gets the status of this ValidationIdentityStatus.
status_details Gets the status_details of this ValidationIdentityStatus.
type Gets the type of this ValidationIdentityStatus.

Methods

__init__(**kwargs) Initializes a new ValidationIdentityStatus object with values from keyword arguments.
STATUS_AVAILABLE = 'AVAILABLE'

A constant which can be used with the status property of a ValidationIdentityStatus. This constant has a value of “AVAILABLE”

STATUS_UNAVAILABLE = 'UNAVAILABLE'

A constant which can be used with the status property of a ValidationIdentityStatus. This constant has a value of “UNAVAILABLE”

TYPE_ORACLE_DATABASE_RESOURCE_PRINCIPAL = 'ORACLE_DATABASE_RESOURCE_PRINCIPAL'

A constant which can be used with the type property of a ValidationIdentityStatus. This constant has a value of “ORACLE_DATABASE_RESOURCE_PRINCIPAL”

__init__(**kwargs)

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

Parameters:
  • type (str) – The value to assign to the type property of this ValidationIdentityStatus. Allowed values for this property are: “ORACLE_DATABASE_RESOURCE_PRINCIPAL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • status (str) – The value to assign to the status property of this ValidationIdentityStatus. Allowed values for this property are: “AVAILABLE”, “UNAVAILABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • status_details (str) – The value to assign to the status_details property of this ValidationIdentityStatus.
status

Gets the status of this ValidationIdentityStatus. The status of the identity. AVAILABLE if the identity type can be used with this connection. UNAVAILABLE if not.

Allowed values for this property are: “AVAILABLE”, “UNAVAILABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this ValidationIdentityStatus.
Return type:str
status_details

Gets the status_details of this ValidationIdentityStatus. If the status is UNAVAILABLE this displays the cause.

Returns:The status_details of this ValidationIdentityStatus.
Return type:str
type

Gets the type of this ValidationIdentityStatus. The Database Tools identity type.

Allowed values for this property are: “ORACLE_DATABASE_RESOURCE_PRINCIPAL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this ValidationIdentityStatus.
Return type:str