Skip to main content

GetTenantContext200ResponseInner

Properties

NameTypeDescriptionNotes
KeyString[optional]
ValueString[optional]

Examples

  • Prepare the resource
$GetTenantContext200ResponseInner = Initialize-PSSailpoint.V2024GetTenantContext200ResponseInner  -Key null `
-Value null
  • Convert the resource to JSON
$GetTenantContext200ResponseInner | ConvertTo-JSON

[Back to top]