9 lines
155 B
Go
9 lines
155 B
Go
|
package azure
|
||
|
|
||
|
type AzureResourceManagerCredentials struct {
|
||
|
ClientID string
|
||
|
ClientSecret string
|
||
|
TenantID string
|
||
|
SubscriptionID string
|
||
|
}
|