Skip to main content

SavedsearchcompleteSearchResults

Properties

NameTypeDescriptionNotes
AccountSavedsearchcompleteSearchResultsAccount[optional]
EntitlementSavedsearchcompleteSearchResultsEntitlement[optional]
IdentitySavedsearchcompleteSearchResultsIdentity[optional]

Examples

  • Prepare the resource
$SavedsearchcompleteSearchResults = Initialize-SavedsearchcompleteSearchResults  -Account null `
-Entitlement null `
-Identity null
  • Convert the resource to JSON
$SavedsearchcompleteSearchResults | ConvertTo-JSON

[Back to top]