We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2e088 commit 53ad283Copy full SHA for 53ad283
response/provision.go
@@ -11,6 +11,8 @@ type Provisioning struct {
11
Properties []datatype.Property `json:"properties"`
12
Message string `json:"message"`
13
Log []pmlog.Message `json:"log"`
14
+ // Identity to set on the subscription. This should be left blank for no change
15
+ Identity string `json:"identity"`
16
}
17
18
func NewProvisioningSuccess(message string) *Provisioning {
0 commit comments