SelfRegistrationProfileDefaultGroups

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

Bases: object

Default groups assigned to the user

Methods

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

Attributes

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

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

Gets the display of this SelfRegistrationProfileDefaultGroups. A human readable name, primarily used for display purposes. READ-ONLY.

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

Gets the ref of this SelfRegistrationProfileDefaultGroups. URI of the Default Group

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

[Required] Gets the value of this SelfRegistrationProfileDefaultGroups. Identifier of the Default Group.

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