Show / Hide Table of Contents

Class ExtensionGroupGroup

Oracle Identity Cloud Service Group

Inheritance
object
ExtensionGroupGroup
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 ExtensionGroupGroup

Properties

AppRoles

Declaration
[JsonProperty(PropertyName = "appRoles")]
public List<GroupExtAppRoles> AppRoles { get; set; }
Property Value
Type Description
List<GroupExtAppRoles>

A list of appRoles that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties:

  • caseExact: false
  • idcsCompositeKey: [value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none

CreationMechanism

Declaration
[JsonProperty(PropertyName = "creationMechanism")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExtensionGroupGroup.CreationMechanismEnum? CreationMechanism { get; set; }
Property Value
Type Description
ExtensionGroupGroup.CreationMechanismEnum?

Source from which this group got created.
SCIM++ Properties:

  • caseExact: false
  • idcsCsvAttributeNameMappings: [[defaultValue:import]]
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: request
  • type: string
  • uniqueness: none

Description

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

Group description
SCIM++ Properties:

  • caseExact: false
  • idcsCsvAttributeName: Description
  • idcsCsvAttributeNameMappings: [[columnHeaderName:Description]]
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

Grants

Declaration
[JsonProperty(PropertyName = "grants")]
public List<GroupExtGrants> Grants { get; set; }
Property Value
Type Description
List<GroupExtGrants>

Grants assigned to group
SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none

Owners

Declaration
[JsonProperty(PropertyName = "owners")]
public List<GroupExtOwners> Owners { get; set; }
Property Value
Type Description
List<GroupExtOwners>

Group owners
SCIM++ Properties:

  • caseExact: false
  • idcsCompositeKey: [value, type]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none

PasswordPolicy

Declaration
[JsonProperty(PropertyName = "passwordPolicy")]
public GroupExtPasswordPolicy PasswordPolicy { get; set; }
Property Value
Type Description
GroupExtPasswordPolicy

SyncedFromApp

Declaration
[JsonProperty(PropertyName = "syncedFromApp")]
public GroupExtSyncedFromApp SyncedFromApp { get; set; }
Property Value
Type Description
GroupExtSyncedFromApp
In this article
Back to top