PowerCLI Reference

Get-TrustAuthorityPrincipal

Synopsis

This cmdlet retrieves the Trust Authority principals from the specified Trust Authority clusters in the Trust Authority vCenter Server system.

Syntax

Get-TrustAuthorityPrincipal [-TrustAuthorityCluster] <TrustAuthorityCluster[]> [-Domain <String>] [-Issuer <String[]>] [-Name <String[]>] [-Server <VIServer[]>] [<CommonParameters>]

Get-TrustAuthorityPrincipal -Id <String[]> [-Server <VIServer[]>] [<CommonParameters>]

Related Commands

Online Version
New-TrustAuthorityPrincipal
Remove-TrustAuthorityPrincipal
Get-TrustedPrincipal
Export-TrustedPrincipal

Detailed Description

This cmdlet retrieves the Trust Authority principals from the specified Trust Authority clusters in the Trust Authority vCenter Server system.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
TrustAuthorityClusterTrustAuthorityCluster[]Specifies the Trust Authority clusters from where you want to retrieve the Trust Authority principals.trueTrue (ByValue)
DomainStringSpecifies the domain of the Trust Authority principals you want to retrieve. It only works together with the Name parameter.falseFalse
IdString[]Specifies the IDs of the Trust Authority principals you want to retrieve.


Note: When a list of values is specified for the Id parameter, the returned objects have an ID that matches exactly one of the string values in that list.
trueFalse
IssuerString[]Specifies the issuers of the Trust Authority principals you want to retrieve.falseFalse
NameString[]Specifies the names of the Trust Authority principals you want to retrieve.falseFalse
ServerVIServer[]Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet.falseFalse

Return Type

VMware.VimAutomation.Security.Types.V1.TrustedInfrastructure.TrustAuthorityPrincipal[]

Notes

Examples

-------------------------- Example 1 --------------------------

Get-TrustAuthorityPrincipal -TrustAuthorityCluster mycluster -Name myprincipal

Retrieves the Trust Authority principal with name myprincipal from the Trust Authority cluster mycluster.


Copyright © VMware, Inc. All rights reserved.