mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.3 KiB
1.3 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-multi-host-sources-password-policies-inner | MultiHostSourcesPasswordPoliciesInner | MultiHostSourcesPasswordPoliciesInner | MultiHostSourcesPasswordPoliciesInner | powershellsdk |
|
/tools/sdk/powershell/beta/models/multi-host-sources-password-policies-inner |
|
MultiHostSourcesPasswordPoliciesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "PASSWORD_POLICY" ] | Type of object being referenced. | [optional] |
| Id | String | Policy ID. | [optional] |
| Name | String | Policy's human-readable display name. | [optional] |
Examples
- Prepare the resource
$MultiHostSourcesPasswordPoliciesInner = Initialize-BetaMultiHostSourcesPasswordPoliciesInner -Type PASSWORD_POLICY `
-Id 2c91808568c529c60168cca6f90c1777 `
-Name My Password Policy
- Convert the resource to JSON
$MultiHostSourcesPasswordPoliciesInner | ConvertTo-JSON