New-TrustAuthorityPrincipal
Synopsis
New-TrustAuthorityPrincipal [[-TrustAuthorityCluster] <TrustAuthorityCluster>] -Principal <TrustedPrincipal> [-Server <VIServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
New-TrustAuthorityPrincipal [[-TrustAuthorityCluster] <TrustAuthorityCluster>] -FilePath <string> [-Server <VIServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Syntax
syntaxItem
----------
{@{name=New-TrustAuthorityPrincipal; CommonParameters=True; WorkflowCommonParameters=False; parameter=System.Object[]}, @{name=New-TrustAuthorityPrincipal; 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 |
FilePath | string | | true | false |
Principal | TrustedPrincipal | | true | false |
Server | VIServer[] | | false | true (ByValue) |
WhatIf | switch | | false | false |
Return Type
VMware.VimAutomation.Security.Types.V1.TrustedInfrastructure.TrustAuthorityPrincipal
Notes
Examples
Copyright © VMware, Inc. All rights reserved.