NAME
Set-DcsKMIPEndpointProperties
SYNOPSIS
Sets, updates, or deletes the KMIP endpoint properties.
SYNTAX
Set-DcsKMIPEndpointProperties -KmipEndpoint <Object> [ -UserName <String> ] [ -Password <String> ] [ -Address <String> ] [ -Connection <String> ] [ -CommonParameters > ]
DESCRIPTION
Sets, updates, or deletes the KMIP endpoint properties (KMS Server Address, User, and Password). The KMIP endpoint is a user account used to access KMP server where encryption pool keys are stored.
PARAMETERS
- -Address<string>
-
- Required: false
- Position: named
- Accept pipeline input: false
- Parameter set name: (All)
- Aliases: none
- Dynamic?: false
-
- -Connection<string>
- Alias of the connection to the server group. If not specified, the default connection is used.
-
- Required: false
- Position: named
- Accept pipeline input: false
- Parameter set name: (All)
- Aliases: none
- Dynamic?: false
-
- -KmipEndpoint<object>
-
- Required: true
- Position: named
- Accept pipeline input: true (ByValue)
- Parameter set name: (All)
- Aliases: none
- Dynamic?: false
-
- -Password<String>
-
- Required: false
- Position: named
- Accept pipeline input: false
- Parameter set name: (All)
- Aliases: none
- Dynamic?: false
-
- -UserName<String>
-
- Required: false
- Position: named
- Accept pipeline input: false
- Parameter set name: (All)
- Aliases: none
- Dynamic?: false
-
- CommonParameters
-
- This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.Object
OUTPUTS
System.Object
ALIASES
None
REMARKS
None