GroupExtInstanceLevelSchemaNames¶
-
class
oci.identity_domains.models.
GroupExtInstanceLevelSchemaNames
(**kwargs)¶ Bases:
object
DBCS instance-level schema-names. Each schema-name is specific to a DB Instance.
Added In: 18.2.4
SCIM++ Properties: - idcsCompositeKey: [dbInstanceId, schemaName] - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex
Methods
__init__
(**kwargs)Initializes a new GroupExtInstanceLevelSchemaNames object with values from keyword arguments. Attributes
db_instance_id
[Required] Gets the db_instance_id of this GroupExtInstanceLevelSchemaNames. schema_name
[Required] Gets the schema_name of this GroupExtInstanceLevelSchemaNames. -
__init__
(**kwargs)¶ Initializes a new GroupExtInstanceLevelSchemaNames object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - db_instance_id (str) – The value to assign to the db_instance_id property of this GroupExtInstanceLevelSchemaNames.
- schema_name (str) – The value to assign to the schema_name property of this GroupExtInstanceLevelSchemaNames.
-
db_instance_id
¶ [Required] Gets the db_instance_id of this GroupExtInstanceLevelSchemaNames. App Id of DBCS App instance
Added In: 18.2.4
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The db_instance_id of this GroupExtInstanceLevelSchemaNames. Return type: str
-
schema_name
¶ [Required] Gets the schema_name of this GroupExtInstanceLevelSchemaNames. The DBCS schema-name granted to this Group for the DB instance that ‘dbInstanceId’ specifies.
Added In: 18.2.4
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The schema_name of this GroupExtInstanceLevelSchemaNames. Return type: str
-