PasswordPolicyHoldersDtoInner
Properties
Name | Type | Description | Notes |
---|---|---|---|
PolicyId | String | The password policy Id. | [optional] |
PolicyName | String | The name of the password policy. | [optional] |
Selectors | PasswordPolicyHoldersDtoAttributes | [optional] |
Examples
- Prepare the resource
$PasswordPolicyHoldersDtoInner = Initialize-PSSailpoint.V2024PasswordPolicyHoldersDtoInner -PolicyId 2c91808e7d976f3b017d9f5ceae440c8 `
-PolicyName PasswordPolicy Example `
-Selectors {identityAttr=[{name=displayName, value=Robert}, {name=lastname, value=Juice}]}
- Convert the resource to JSON
$PasswordPolicyHoldersDtoInner | ConvertTo-JSON