New-TrustAuthorityKeyProvider
Synopsis
New-TrustAuthorityKeyProvider [[-TrustAuthorityCluster] <TrustAuthorityCluster>] -Name <string> -MasterKeyId <string> -KmipServerAddress <string> [-Description <string>] [-KmipServerName <string>] [-KmipServerPort <int>] [-ProxyAddress <string>] [-ProxyPort <int>] [-KmipServerUsername <string>] [-KmipServerPassword <securestring>] [-KmipServerType <KmsType>] [-Server <VIServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Syntax
syntaxItem
----------
{@{name=New-TrustAuthorityKeyProvider; CommonParameters=True; WorkflowCommonParameters=False; parameter=System.Object[]}}Related Commands
Detailed Description
Parameters
| Name | Type | Description | Required? | Pipeline Input | Default Value |
|---|
| TrustAuthorityCluster | TrustAuthorityCluster | | false | true (ByValue) |
| Confirm | switch | | false | false |
| Description | string | | false | false |
| KmipServerAddress | string | | true | false |
| KmipServerName | string | | false | false |
| KmipServerPassword | securestring | | false | false |
| KmipServerPort | int | | false | false |
| KmipServerType | KmsType | | false | false |
| KmipServerUsername | string | | false | false |
| MasterKeyId | string | | true | false |
| Name | string | | true | false |
| ProxyAddress | string | | false | false |
| ProxyPort | int | | false | false |
| Server | VIServer[] | | false | false |
| WhatIf | switch | | false | false |
Return Type
VMware.VimAutomation.Security.Types.V1.TrustedInfrastructure.TrustAuthorityKeyProvider
Notes
Examples
Copyright © VMware, Inc. All rights reserved.