Fix json tag for Azure.ObjectIDs.
This commit is contained in:
parent
6f46cdb432
commit
15b1049f19
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ type Azure struct {
|
||||||
TenantID string `json:"tenantID"`
|
TenantID string `json:"tenantID"`
|
||||||
ResourceGroups []string `json:"resourceGroups"`
|
ResourceGroups []string `json:"resourceGroups"`
|
||||||
SubscriptionIDs []string `json:"subscriptionIDs"`
|
SubscriptionIDs []string `json:"subscriptionIDs"`
|
||||||
ObjectIDs []string `json:"ObjectIDs"`
|
ObjectIDs []string `json:"objectIDs"`
|
||||||
Audience string `json:"audience,omitempty"`
|
Audience string `json:"audience,omitempty"`
|
||||||
DisableCustomSANs bool `json:"disableCustomSANs"`
|
DisableCustomSANs bool `json:"disableCustomSANs"`
|
||||||
DisableTrustOnFirstUse bool `json:"disableTrustOnFirstUse"`
|
DisableTrustOnFirstUse bool `json:"disableTrustOnFirstUse"`
|
||||||
|
|
Loading…
Add table
Reference in a new issue