Skip to content

Commit 53ad283

Browse files
committed
Identity response
1 parent ce2e088 commit 53ad283

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

response/provision.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ type Provisioning struct {
1111
Properties []datatype.Property `json:"properties"`
1212
Message string `json:"message"`
1313
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"`
1416
}
1517

1618
func NewProvisioningSuccess(message string) *Provisioning {

0 commit comments

Comments
 (0)