UserGetMemberGroupsParameters Class

Definition

Request parameters for GetMemberGroups API call.

public class UserGetMemberGroupsParameters
type UserGetMemberGroupsParameters = class
Public Class UserGetMemberGroupsParameters
Inheritance
UserGetMemberGroupsParameters

Constructors

UserGetMemberGroupsParameters()

Initializes a new instance of the UserGetMemberGroupsParameters class.

UserGetMemberGroupsParameters(Boolean, IDictionary<String,Object>)

Initializes a new instance of the UserGetMemberGroupsParameters class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

SecurityEnabledOnly

Gets or sets if true, only membership in security-enabled groups should be checked. Otherwise, membership in all groups should be checked.

Methods

Validate()

Validate the object.

Applies to