GroupExtSyncedFromApp

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

Bases: object

The entity that created this Group.

Added In: 18.4.2

SCIM++ Properties: - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none

Attributes

TYPE_APP A constant which can be used with the type property of a GroupExtSyncedFromApp.
display Gets the display of this GroupExtSyncedFromApp.
ref Gets the ref of this GroupExtSyncedFromApp.
type [Required] Gets the type of this GroupExtSyncedFromApp.
value [Required] Gets the value of this GroupExtSyncedFromApp.

Methods

__init__(**kwargs) Initializes a new GroupExtSyncedFromApp object with values from keyword arguments.
TYPE_APP = 'App'

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

__init__(**kwargs)

Initializes a new GroupExtSyncedFromApp 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 GroupExtSyncedFromApp.
  • type (str) – The value to assign to the type property of this GroupExtSyncedFromApp. Allowed values for this property are: “App”, ‘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 GroupExtSyncedFromApp.
  • display (str) – The value to assign to the display property of this GroupExtSyncedFromApp.
display

Gets the display of this GroupExtSyncedFromApp. App Display Name

Added In: 18.4.2

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

Gets the ref of this GroupExtSyncedFromApp. App URI

Added In: 18.4.2

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

[Required] Gets the type of this GroupExtSyncedFromApp. The type of the entity that created this Group.

Added In: 18.4.2

SCIM++ Properties:
  • idcsDefaultValue: App
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none

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

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

[Required] Gets the value of this GroupExtSyncedFromApp. The ID of the App.

Added In: 18.4.2

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