Class UserExtIdcsAppRolesLimitedToGroups
Description:
Added In: 19.2.1
SCIM++ Properties:
- idcsCompositeKey: [value, idcsAppRoleId]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class UserExtIdcsAppRolesLimitedToGroupsProperties
Display
Declaration
[JsonProperty(PropertyName = "display")]
public string Display { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Group display name
 
 | 
IdcsAppRoleId
Declaration
[Required(ErrorMessage = "IdcsAppRoleId is required.")]
[JsonProperty(PropertyName = "idcsAppRoleId")]
public string IdcsAppRoleId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
 
 | 
Remarks
Required
Ocid
Declaration
[JsonProperty(PropertyName = "ocid")]
public string Ocid { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The ocid of a Group the AppRole Grant is limited to
 
 | 
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The URI of the SCIM resource representing the Group manager.  RECOMMENDED.
 
 | 
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The id of a Group the AppRole Grant is limited to
 
 | 
Remarks
Required