Versions in this module Expand all Collapse all v0 v0.1.1 Oct 17, 2021 v0.1.0 Oct 15, 2021 Changes in this version + type AzureServicePrincipalType struct + ActiveDirectoryEndpointUrl string + ActiveDirectoryGraphResourceId string + ClientId string + ClientSecret string + GalleryEndpointUrl string + ManagementEndpointUrl string + ResourceManagerEndpointUrl string + SqlManagementEndpointUrl string + SubscriptionId string + TenantId string + func NewAzureServicePrincipalType() *AzureServicePrincipalType + func (spn *AzureServicePrincipalType) GetClientId() string + func (spn *AzureServicePrincipalType) GetClientSecret() string + func (spn *AzureServicePrincipalType) GetTenant() string + func (spn *AzureServicePrincipalType) LoadFromFile() (err error) + func (spn *AzureServicePrincipalType) Print() + type AzureSession struct + Authorizer autorest.Authorizer + SubscriptionID string + func NewSessionFromFile() (*AzureSession, error) + type GoogleApplicationCredentials struct + AuthProviderX509CertUrl string + AuthUri string + ClientEmail string + ClientId string + ClientX509CertUrl string + PrivateKey string + PrivateKeyId string + ProjectId string + TokenUri string + Type string + func NewGoogleApplicationCredentials() *GoogleApplicationCredentials + func (spn *GoogleApplicationCredentials) GetClientEmail() string + func (spn *GoogleApplicationCredentials) GetProjectId() string + func (spn *GoogleApplicationCredentials) LoadFromFile() (err error) + func (spn *GoogleApplicationCredentials) Print()