AppExtensionRequestableApp

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

Bases: object

Requestable App

Methods

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

Attributes

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

Initializes a new AppExtensionRequestableApp 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 AppExtensionRequestableApp.
requestable

Gets the requestable of this AppExtensionRequestableApp. Flag controlling whether resource can be request by user through self service console.

Added In: 17.3.4

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: request
  • type: boolean
  • uniqueness: none
Returns:The requestable of this AppExtensionRequestableApp.
Return type:bool