ExtensionRequestableGroup

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

Bases: object

Requestable Group

Methods

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

Attributes

requestable Gets the requestable of this ExtensionRequestableGroup.
__init__(**kwargs)

Initializes a new ExtensionRequestableGroup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:requestable (bool) – The value to assign to the requestable property of this ExtensionRequestableGroup.
requestable

Gets the requestable of this ExtensionRequestableGroup. Flag controlling whether group membership can be request by user through self service console.

Added In: 17.3.4

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • idcsCsvAttributeNameMappings: [[columnHeaderName:Requestable, mapsTo:requestable]]
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: request
  • type: boolean
  • uniqueness: none
Returns:The requestable of this ExtensionRequestableGroup.
Return type:bool