Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 1.58 KB

Get-AnsibleCredential.md

File metadata and controls

76 lines (51 loc) · 1.58 KB
external help file Module Name online version schema
Jagabata.psm.dll-Help.xml
Jagabata.psm
2.0.0

Get-AnsibleCredential

SYNOPSIS

Retrieve Credentials by the ID(s).

SYNTAX

Get-AnsibleCredential [-Id] <UInt64[]> [<CommonParameters>]

DESCRIPTION

Retrieve Credentials by the specified ID(s).

Implements following Rest API:

  • /api/v2/credentials/{id}/

EXAMPLES

Example 1

PS C:\> Get-AnsibleCredential -Id 1

Retrieve a Credential for Database ID 1.

PARAMETERS

-Id

List of database IDs for one or more Credentials.

Type: UInt64[]
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.UInt64[]

One or more database IDs.

OUTPUTS

Jagabata.Resources.Credential

NOTES

RELATED LINKS

Find-AnsibleCredential

New-AnsibleCredential

Update-AnsibleCredential

Register-AnsibleCredential

Unregister-AnsibleCredential

Remove-AnsibleCredential