AppConnectorBundle

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

Bases: object

ConnectorBundle

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

Attributes

TYPE_CONNECTOR_BUNDLE A constant which can be used with the type property of a AppConnectorBundle.
TYPE_LOCAL_CONNECTOR_BUNDLE A constant which can be used with the type property of a AppConnectorBundle.
display Gets the display of this AppConnectorBundle.
ref Gets the ref of this AppConnectorBundle.
type [Required] Gets the type of this AppConnectorBundle.
value [Required] Gets the value of this AppConnectorBundle.
well_known_id Gets the well_known_id of this AppConnectorBundle.

Methods

__init__(**kwargs) Initializes a new AppConnectorBundle object with values from keyword arguments.
TYPE_CONNECTOR_BUNDLE = 'ConnectorBundle'

A constant which can be used with the type property of a AppConnectorBundle. This constant has a value of “ConnectorBundle”

TYPE_LOCAL_CONNECTOR_BUNDLE = 'LocalConnectorBundle'

A constant which can be used with the type property of a AppConnectorBundle. This constant has a value of “LocalConnectorBundle”

__init__(**kwargs)

Initializes a new AppConnectorBundle 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 AppConnectorBundle.
  • type (str) – The value to assign to the type property of this AppConnectorBundle. Allowed values for this property are: “ConnectorBundle”, “LocalConnectorBundle”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • ref (str) – The value to assign to the ref property of this AppConnectorBundle.
  • display (str) – The value to assign to the display property of this AppConnectorBundle.
  • well_known_id (str) – The value to assign to the well_known_id property of this AppConnectorBundle.
display

Gets the display of this AppConnectorBundle. ConnectorBundle display name

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

Gets the ref of this AppConnectorBundle. ConnectorBundle URI

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

[Required] Gets the type of this AppConnectorBundle. Connector Bundle type. Allowed values are ConnectorBundle, LocalConnectorBundle.

Added In: 20.1.3

SCIM++ Properties:
  • caseExact: true
  • idcsDefaultValue: ConnectorBundle
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: default
  • type: string
  • uniqueness: none

Allowed values for this property are: “ConnectorBundle”, “LocalConnectorBundle”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this AppConnectorBundle.
Return type:str
value

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

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

Gets the well_known_id of this AppConnectorBundle. Unique Well-known identifier used to reference connector bundle.

Added In: 18.2.6

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 AppConnectorBundle.
Return type:str