Tenantconfigurationresponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AuditDetails | Auditdetails | [optional] | |
| ConfigDetails | Tenantconfigurationdetails | [optional] |
Examples
- Prepare the resource
$Tenantconfigurationresponse = Initialize-Tenantconfigurationresponse -AuditDetails null `
-ConfigDetails null
- Convert the resource to JSON
$Tenantconfigurationresponse | ConvertTo-JSON