AppDomainApp

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

Bases: object

Description:

Added In: 18.2.2

SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none

Methods

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

Attributes

display Gets the display of this AppDomainApp.
ref Gets the ref of this AppDomainApp.
value [Required] Gets the value of this AppDomainApp.
__init__(**kwargs)

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

Parameters:
  • value (str) – The value to assign to the value property of this AppDomainApp.
  • ref (str) – The value to assign to the ref property of this AppDomainApp.
  • display (str) – The value to assign to the display property of this AppDomainApp.
display

Gets the display of this AppDomainApp. DB Domain App display name

Added In: 18.2.2

SCIM++ Properties:
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
Returns:The display of this AppDomainApp.
Return type:str
ref

Gets the ref of this AppDomainApp. DB Domain App URI

Added In: 18.2.2

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
Returns:The ref of this AppDomainApp.
Return type:str
value

[Required] Gets the value of this AppDomainApp. DB Domain App identifier

Added In: 18.2.2

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The value of this AppDomainApp.
Return type:str