Identitypreviewresponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Identity | IdentitypreviewresponseIdentity | [optional] | |
| PreviewAttributes | []Identityattributepreview | [optional] |
Examples
- Prepare the resource
$Identitypreviewresponse = Initialize-Identitypreviewresponse -Identity null `
-PreviewAttributes null
- Convert the resource to JSON
$Identitypreviewresponse | ConvertTo-JSON