Skip to main content

TenantConfigurationResponse

Properties

NameTypeDescriptionNotes
AuditDetailsAuditDetails[optional]
ConfigDetailsTenantConfigurationDetails[optional]

Examples

  • Prepare the resource
$TenantConfigurationResponse = Initialize-PSSailpoint.BetaTenantConfigurationResponse  -AuditDetails null `
-ConfigDetails null
  • Convert the resource to JSON
$TenantConfigurationResponse | ConvertTo-JSON

[Back to top]