ExtensionDbUserUser¶
-
class
oci.identity_domains.models.
ExtensionDbUserUser
(**kwargs)¶ Bases:
object
DB User extension
Methods
__init__
(**kwargs)Initializes a new ExtensionDbUserUser object with values from keyword arguments. Attributes
db_global_roles
Gets the db_global_roles of this ExtensionDbUserUser. domain_level_schema
Gets the domain_level_schema of this ExtensionDbUserUser. instance_level_schema
Gets the instance_level_schema of this ExtensionDbUserUser. is_db_user
Gets the is_db_user of this ExtensionDbUserUser. password_verifiers
Gets the password_verifiers of this ExtensionDbUserUser. -
__init__
(**kwargs)¶ Initializes a new ExtensionDbUserUser object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - is_db_user (bool) – The value to assign to the is_db_user property of this ExtensionDbUserUser.
- password_verifiers (list[oci.identity_domains.models.UserExtPasswordVerifiers]) – The value to assign to the password_verifiers property of this ExtensionDbUserUser.
- domain_level_schema (str) – The value to assign to the domain_level_schema property of this ExtensionDbUserUser.
- instance_level_schema (str) – The value to assign to the instance_level_schema property of this ExtensionDbUserUser.
- db_global_roles (list[str]) – The value to assign to the db_global_roles property of this ExtensionDbUserUser.
-
db_global_roles
¶ Gets the db_global_roles of this ExtensionDbUserUser. DB global roles to which the user is granted access.
Added In: 18.2.2
- SCIM++ Properties:
- idcsSearchable: false
- idcsSensitive: none
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The db_global_roles of this ExtensionDbUserUser. Return type: list[str]
-
domain_level_schema
¶ Gets the domain_level_schema of this ExtensionDbUserUser. DB domain level schema to which the user is granted access.
Added In: 18.2.2
- SCIM++ Properties:
- idcsSearchable: false
- idcsSensitive: none
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The domain_level_schema of this ExtensionDbUserUser. Return type: str
-
instance_level_schema
¶ Gets the instance_level_schema of this ExtensionDbUserUser. DB instance level schema to which the user is granted access.
Added In: 18.2.2
- SCIM++ Properties:
- idcsSearchable: false
- idcsSensitive: none
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The instance_level_schema of this ExtensionDbUserUser. Return type: str
-
is_db_user
¶ Gets the is_db_user of this ExtensionDbUserUser. If true, indicates this is a database user.
Added In: 18.2.2
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
Returns: The is_db_user of this ExtensionDbUserUser. Return type: bool
-
password_verifiers
¶ Gets the password_verifiers of this ExtensionDbUserUser. Password Verifiers for DB User.
Added In: 18.2.2
- SCIM++ Properties:
- idcsCompositeKey: [type]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
Returns: The password_verifiers of this ExtensionDbUserUser. Return type: list[oci.identity_domains.models.UserExtPasswordVerifiers]
-