GroupExtDomainLevelSchemaNames

class oci.identity_domains.models.GroupExtDomainLevelSchemaNames(**kwargs)

Bases: object

DBCS Domain-level schema-names. Each value is specific to a DB Domain.

Added In: 18.2.4

SCIM++ Properties: - idcsCompositeKey: [domainName, schemaName] - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex

Methods

__init__(**kwargs) Initializes a new GroupExtDomainLevelSchemaNames object with values from keyword arguments.

Attributes

domain_name [Required] Gets the domain_name of this GroupExtDomainLevelSchemaNames.
schema_name [Required] Gets the schema_name of this GroupExtDomainLevelSchemaNames.
__init__(**kwargs)

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

Parameters:
  • domain_name (str) – The value to assign to the domain_name property of this GroupExtDomainLevelSchemaNames.
  • schema_name (str) – The value to assign to the schema_name property of this GroupExtDomainLevelSchemaNames.
domain_name

[Required] Gets the domain_name of this GroupExtDomainLevelSchemaNames. DBCS Domain Name

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 domain_name of this GroupExtDomainLevelSchemaNames.
Return type:str
schema_name

[Required] Gets the schema_name of this GroupExtDomainLevelSchemaNames. The DBCS schema-name granted to this group in the DB domain that ‘domainName’ 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 GroupExtDomainLevelSchemaNames.
Return type:str