Skip to main content

EntitlementV2Owner

Properties

NameTypeDescriptionNotes
IdStringThe identity ID[optional]
TypeEnum [ "IDENTITY" ]The type of object[optional]
NameStringThe display name of the identity[optional]

Examples

  • Prepare the resource
$EntitlementV2Owner = Initialize-EntitlementV2Owner  -Id 2c9180827ca885d7017ca8ce28a000eb `
-Type IDENTITY `
-Name john.doe
  • Convert the resource to JSON
$EntitlementV2Owner | ConvertTo-JSON

[Back to top]