Class ListUserGroupMembershipsRequest
Inheritance
System.Object
ListUserGroupMembershipsRequest
Implements
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ListUserGroupMembershipsRequest : object, IOciRequest
Examples
Click here to see an example of how to use ListUserGroupMemberships request.
Properties
CompartmentId
Declaration
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the compartment (remember that the tenancy is simply the root compartment). |
Remarks
Required
GroupId
Declaration
public string GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the group. |
Limit
Declaration
public System.Nullable<int> Limit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The maximum number of items to return in a paginated "List" call. |
Page
Declaration
public string Page { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value of the |
UserId
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the user. |