Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Tenant string
RequestInfo *RequestInfo
AppConfig *appconfig.AppConfig
}
func (*Config) DeprovisionTenent ¶
func (*Config) ProcessTemplateForNginxCM ¶
func (*Config) ProvisionTenent ¶
type RequestInfo ¶
type RequestInfo struct {
SubscriptionAppID string `json:"subscriptionAppId"`
SubscriptionAppName string `json:"subscriptionAppName"`
SubscribedTenantID string `json:"subscribedTenantId"`
SubscribedSubAccountID string `json:"subscribedSubaccountId"`
SubscribedSubdomain string `json:"subscribedSubdomain"`
GlobalAccountGUID string `json:"globalAccountGUID"`
SubscribedLicenseType string `json:"subscribedLicenseType"`
UserID string `json:"userId"`
AdditionalInformation clientinformation `json:"additionalInformation"`
}
Click to show internal directories.
Click to hide internal directories.