GrantAppEntitlementCollection

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

Bases: object

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

Added In: 18.2.4

SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: default - type: complex - uniqueness: none

Methods

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

Attributes

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

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

Gets the ref of this GrantAppEntitlementCollection. Application Entitlement Collection URI

Added In: 18.2.4

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

[Required] Gets the value of this GrantAppEntitlementCollection. Application Entitlement Collection identifier

Added In: 18.2.4

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