Add constant for Azure type.

This commit is contained in:
Mariano Cano 2019-04-24 14:26:37 -07:00
parent 37e84aa535
commit da93e40f90

View file

@ -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"