Get-SmCredential
Contributors
Suggest changes
Gets credentials of the plug-ins that are registered with the SnapCenter Server.
Syntax
Get-SmCredential [-Name] <String>
Detailed Description
Gets and displays the credential information of all the plug-ins that are registered with the SnapCenter Server.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Name |
false |
true (ByPropertyName) |
Examples
Example 1: Get all Credentials
Get-SmCredential
Example 2: Get particular Credential
Get-SmCredential -Name RunAs1
Example 3: Get particular Azure NetApp Credential
Get-SmCredential -Name RunAsAzure1
Output of above Get-SmCredential command: Id : 3 RunAsName : RunAsAzure1 OwnerId: 1 AuthMode : AzureCredential SubscriptionId : sub ClientSecret : TenantId : ten ClientId : cl