UserInfoDto
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | String | ||
EmailAddress | String | ||
AccountState | String | ||
SubscriptionType | String | [optional] | |
AccountType | String | ||
CreatedAt | System.DateTime |
Examples
- Prepare the resource
$UserInfoDto = Initialize-maislurp-client-powershellUserInfoDto -Id null `
-EmailAddress null `
-AccountState null `
-SubscriptionType null `
-AccountType null `
-CreatedAt null
- Convert the resource to JSON