GrantApp

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

Bases: object

Application that is being granted. Each Grant must grant either an App or an App-Entitlement-Collection.

SCIM++ Properties: - idcsCsvAttributeNameMappings: [[columnHeaderName:App Name, defaultValue:jobParam:appDisplayName, mapsTo:app.value]] - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: default - type: complex - uniqueness: none

Methods

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

Attributes

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

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

Gets the display of this GrantApp. Application display name

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

Gets the ref of this GrantApp. Application URI

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

[Required] Gets the value of this GrantApp. Application identifier

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