Documentation
¶
Index ¶
Constants ¶
Variables ¶
View Source
var (
ResourceGroupRegex = regexp.MustCompile(`/resourceGroups/([^/]+)`)
)
Functions ¶
func GetResourceGroupFromID ¶
Types ¶
type Authorizers ¶
type Authorizers struct { Graph *autorest.Authorizer Management *autorest.Authorizer MicrosoftGraph auth.Authorizer ResourceManager auth.Authorizer IdentityCreds azcore.TokenCredential }
func ConfigureAuth ¶
func ConfigureAuth( ctx context.Context, environment, tenantID, clientID, clientSecret, clientCertFile, clientFedTokenFile string) (*Authorizers, error)
type ListerOpts ¶
type Prompt ¶
type Prompt struct { Parameters *libnuke.Parameters Tenant *Tenant }
Prompt is a struct that contains the parameters and tenant details use to craft a unique prompt for the user to confirm the nuke operation.
Click to show internal directories.
Click to hide internal directories.