Skip to main content

Entitlementv2Source

Properties

NameTypeDescriptionNotes
IdStringThe source ID[optional]
TypeStringThe source type, will always be ""SOURCE""[optional]
NameStringThe source name[optional]

Examples

  • Prepare the resource
$Entitlementv2Source = Initialize-Entitlementv2Source  -Id 2c9180827ca885d7017ca8ce28a000eb `
-Type SOURCE `
-Name ODS-AD-Source
  • Convert the resource to JSON
$Entitlementv2Source | ConvertTo-JSON

[Back to top]