Show / Hide Table of Contents

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
Inheritance
object
UserExtIdcsAppRolesLimitedToGroups
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class UserExtIdcsAppRolesLimitedToGroups

Properties

Display

Declaration
[JsonProperty(PropertyName = "display")]
public string Display { get; set; }
Property Value
Type Description
string

Group display name
Added In: 19.2.1
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

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.
Added In: 19.2.1
SCIM++ Properties:

  • idcsCsvAttributeName: IDCS AppRole Name
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
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
Added In: 2202230830
SCIM++ Properties:

  • idcsCsvAttributeName: Group Ocid
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

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.
Added In: 19.2.1
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none

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
Added In: 19.2.1
SCIM++ Properties:

  • idcsCsvAttributeName: Group Name
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Remarks

Required

In this article
Back to top