Documentation
¶
Index ¶
Constants ¶
View Source
const ( Bogus = "bogus" // Base64 encoded x509 private-key certificate to mock the backing certificate for an MSI MockClientSecret = "" /* 5516-byte string literal not displayed */ ValidAuthenticationEndpoint = "https://login.microsoftonline.com" ValidIdentityURL = "https://test.identity.azure.net/my-blah-url?k1=v1&k2=v2" ValidResourceID = "" /* 132-byte string literal not displayed */ ValidTenantID = "00000000-0000-0000-0000-000000000000" )
Variables ¶
This section is empty.
Functions ¶
func GetTestMSI ¶ added in v0.0.2
func GetTestMSI(placeHolder string) *swagger.NestedCredentialsObject
Types ¶
type FakeCredential ¶
type FakeCredential struct{}
func (*FakeCredential) GetToken ¶
func (f *FakeCredential) GetToken(ctx context.Context, opts policy.TokenRequestOptions) (azcore.AccessToken, error)
Click to show internal directories.
Click to hide internal directories.