Skip to content

Commit

Permalink
SecretPolicyItem type - mapping update for HideLauncherPassword -> Vi…
Browse files Browse the repository at this point in the history
…ewingPasswordRequiresEdit
  • Loading branch information
wsmelton committed Nov 6, 2021
1 parent 71ea8e9 commit 2f4e9d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -47,7 +47,7 @@ Secret Policy Item
Type: SecretPolicyItem
Parameter Sets: (All)
Aliases:
Accepted values: AutoChangeOnExpiration, HeartBeatEnabled, SiteId, PrivilegedSecretId, AssociatedSecretId1, AutoChangeSchedule, PasswordTypeWebScriptId, CheckOutEnabled, CheckOutIntervalMinutes, CheckOutChangePassword, RequireApprovalForAccess, RequireApprovalForAccessForOwnersAndApprovers, RequireApprovalForAccessForEditors, RequireViewComment, IsSessionRecordingEnabled, HideLauncherPassword, ApprovalGroup, AssociatedSecretId2, IsProxyEnabled, EnableSshCommandRestrictions, SshCommandMenuGroups, AllowOwnersUnrestrictedSshCommands, ApprovalWorkflow, EventPipelinePolicy, RunLauncherUsingSSHKey, WebLauncherRequiresIncognitoMode, SshCommandRestrictionType, SshCommandBlocklistOwners, SshCommandBlocklistEditors, SshCommandBlocklistViewers
Accepted values: AutoChangeOnExpiration, HeartBeatEnabled, SiteId, PrivilegedSecretId, AssociatedSecretId1, AutoChangeSchedule, PasswordTypeWebScriptId, CheckOutEnabled, CheckOutIntervalMinutes, CheckOutChangePassword, RequireApprovalForAccess, RequireApprovalForAccessForOwnersAndApprovers, RequireApprovalForAccessForEditors, RequireViewComment, IsSessionRecordingEnabled, ViewingPasswordRequiresEdit, ApprovalGroup, AssociatedSecretId2, IsProxyEnabled, EnableSshCommandRestrictions, SshCommandMenuGroups, AllowOwnersUnrestrictedSshCommands, ApprovalWorkflow, EventPipelinePolicy, RunLauncherUsingSSHKey, WebLauncherRequiresIncognitoMode, SshCommandRestrictionType, SshCommandBlocklistOwners, SshCommandBlocklistEditors, SshCommandBlocklistViewers

Required: True
Position: Named
Expand Down
Expand Up @@ -22,7 +22,7 @@ public enum SecretPolicyItem
RequireApprovalForAccessForEditors = 13,
RequireViewComment = 14,
IsSessionRecordingEnabled = 15,
HideLauncherPassword = 16,
ViewingPasswordRequiresEdit = 16,
ApprovalGroup = 17,
AssociatedSecretId2 = 18,
IsProxyEnabled = 19,
Expand Down

0 comments on commit 2f4e9d0

Please sign in to comment.