external help file | Module Name | online version | schema |
---|---|---|---|
Jagabata.psm.dll-Help.xml |
Jagabata.psm |
2.0.0 |
Retrieve CredentialInputSources by the ID(s).
Get-AnsibleCredentialInputSource [-Id] <UInt64[]> [<CommonParameters>]
Retrieve CredentialInputSources by the specified ID(s).
Implements following Rest API:
/api/v2/credential_input_sources/{id}/
PS C:\> Get-AnsibleCredentialInputSource -Id 1
Retrieve a CredentialInputSource for Database ID 1.
List of database IDs for one or more CredentialInputSources.
Type: UInt64[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
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.
One or more database IDs.