AppFlatFileConnectorBundle

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

Bases: object

Flat file connector bundle to sync from a flat file.

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

Methods

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

Attributes

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

Initializes a new AppFlatFileConnectorBundle 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 AppFlatFileConnectorBundle.
  • ref (str) – The value to assign to the ref property of this AppFlatFileConnectorBundle.
  • display (str) – The value to assign to the display property of this AppFlatFileConnectorBundle.
  • well_known_id (str) – The value to assign to the well_known_id property of this AppFlatFileConnectorBundle.
display

Gets the display of this AppFlatFileConnectorBundle. ConnectorBundle display name

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

Gets the ref of this AppFlatFileConnectorBundle. ConnectorBundle URI

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

[Required] Gets the value of this AppFlatFileConnectorBundle. ConnectorBundle identifier

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

Gets the well_known_id of this AppFlatFileConnectorBundle. Unique well-known identifier used to reference connector bundle.

Added In: 19.1.4

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