Skip to main content

PasswordPolicyHoldersDtoAttributesIdentityAttrInner

Properties

NameTypeDescriptionNotes
NameStringAttribute's name[optional]
ValueStringAttribute's value[optional]

Examples

  • Prepare the resource
$PasswordPolicyHoldersDtoAttributesIdentityAttrInner = Initialize-PSSailpoint.V2024PasswordPolicyHoldersDtoAttributesIdentityAttrInner  -Name Country `
-Value Canada
  • Convert the resource to JSON
$PasswordPolicyHoldersDtoAttributesIdentityAttrInner | ConvertTo-JSON

[Back to top]