Class GrantAppEntitlementCollection
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
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class GrantAppEntitlementCollection
Properties
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }
Property Value
Type | Description |
---|---|
string | Application Entitlement Collection URI
|
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | Application Entitlement Collection identifier
|
Remarks
Required