Class AppRoleApp
A unique identifier for the application that references this role.
SCIM++ Properties:
- idcsSearchable: true
- idcsCsvAttributeNameMappings: [[columnHeaderName:App Name, mapsTo:app.display]]
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: complex
- uniqueness: none
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class AppRoleAppProperties
Display
Declaration
[JsonProperty(PropertyName = "display")]
public string Display { get; set; }Property Value
| Type | Description | 
|---|---|
| string | App display name
 
 | 
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Application name
 
 | 
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }Property Value
| Type | Description | 
|---|---|
| string | App URI
 
 | 
ServiceInstanceIdentifier
Declaration
[JsonProperty(PropertyName = "serviceInstanceIdentifier")]
public string ServiceInstanceIdentifier { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The serviceInstanceIdentifier of the App that defines this AppRole. This value will match the opcServiceInstanceGUID of any service-instance that the App represents.
 
 | 
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string | App identifier
 
 | 
Remarks
Required