Add minor code review changes.
Этот коммит содержится в:
@@ -40,10 +40,10 @@ var (
|
||||
)
|
||||
|
||||
const (
|
||||
TrueUpReviewTelemetryName = "true-up-review-sent"
|
||||
TrueUpReviewTelemetryName = "true_up_review_sent"
|
||||
TrueUpReviewAuthFeaturesMfa = "multi_factor_authentication"
|
||||
TueUpReviewAuthFeaturesAdLdap = "ad_ldap_sign_in"
|
||||
TrueUpReviewauthFeaturesSaml = "saml_sign_in"
|
||||
TrueUpReviewAuthFeaturesADLdap = "ad_ldap_sign_in"
|
||||
TrueUpReviewAuthFeaturesSaml = "saml_sign_in"
|
||||
TrueUpReviewAuthFeatureOpenId = "openid_connect"
|
||||
TrueUpReviewAuthFeatureGuestAccess = "guest_access"
|
||||
)
|
||||
|
||||
@@ -7,7 +7,7 @@ type TrueUpReviewProfile struct {
|
||||
ServerId string `json:"server_id"`
|
||||
ServerVersion string `json:"server_version"`
|
||||
ServerInstallationType string `json:"server_installation_type"`
|
||||
LicenseId string `json:"licnes_id"`
|
||||
LicenseId string `json:"license_id"`
|
||||
LicensedSeats int `json:"licensed_seats"`
|
||||
LicensePlan string `json:"license_plan"`
|
||||
CustomerName string `json:"customer_name"`
|
||||
|
||||
Ссылка в новой задаче
Block a user