AppGroupMembershipToReturn

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

Bases: object

In a successful authentication response, Oracle Identity Cloud Service will pass user’s group information restricted to groups persisted in this attribute, in the specified RADIUS attribute.

Added In: 20.1.3

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

Methods

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

Attributes

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

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

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

Added In: 20.1.3

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

Gets the ref of this AppGroupMembershipToReturn. The URI of the corresponding Group resource to which the user belongs

Added In: 20.1.3

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

[Required] Gets the value of this AppGroupMembershipToReturn. The identifier of the User’s group.

Added In: 20.1.3

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