New-DSVault
Synopsis
Syntax
__AllParameterSets
New-DSVault [-Name] <string> [[-Password] <string>] [[-Description] <string>]
[[-IsAllowedOffline] <bool>] [[-AllowedUsernameList] <string[]>]
[[-AllowedApplicationList] <string[]>] [[-AllowedRolesList] <string[]>]
[-SecurityLevel <VaultSecurityLevel>] [-AsLegacyResponse] [<CommonParameters>]Description
Examples
$response = New-DSVault @VaultParameters
-AllowedApplicationList
-AllowedRolesList
-AllowedUsernameList
-AsLegacyResponse
-Description
-IsAllowedOffline
-Name
-Password
-SecurityLevel
CommonParameters
Notes
Last updated
Was this helpful?