Class FilterGroupMembershipDetails
Inherited Members
Namespace: Oci.IdentitydataplaneService.Models
Assembly: OCI.DotNetSDK.Identitydataplane.dll
Syntax
public class FilterGroupMembershipDetailsProperties
GroupIds
Declaration
[Required(ErrorMessage = "GroupIds is required.")]
[JsonProperty(PropertyName = "groupIds")]
public List<string> GroupIds { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | An array of group or dynamic group Ids the resolved principal potentially belongs to. | 
Remarks
Required
Principal
Declaration
[Required(ErrorMessage = "Principal is required.")]
[JsonProperty(PropertyName = "principal")]
public Principal Principal { get; set; }Property Value
| Type | Description | 
|---|---|
| Principal | A resolved principal object | 
Remarks
Required