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