forked from TrueCloudLab/certificates
Add constant for Azure type.
This commit is contained in:
parent
37e84aa535
commit
da93e40f90
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ const (
|
||||||
TypeGCP Type = 3
|
TypeGCP Type = 3
|
||||||
// TypeAWS is used to indicate the AWS provisioners.
|
// TypeAWS is used to indicate the AWS provisioners.
|
||||||
TypeAWS Type = 4
|
TypeAWS Type = 4
|
||||||
|
// TypeAzure is used to indicate the Azure provisioners.
|
||||||
|
TypeAzure Type = 4
|
||||||
|
|
||||||
// RevokeAudienceKey is the key for the 'revoke' audiences in the audiences map.
|
// RevokeAudienceKey is the key for the 'revoke' audiences in the audiences map.
|
||||||
RevokeAudienceKey = "revoke"
|
RevokeAudienceKey = "revoke"
|
||||||
|
|
Loading…
Reference in a new issue