summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelProvisioned.go
blob: e48f9ce6ed3444f66c919dac9c0102ba86de18fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// ProvisionedIdentity undocumented
type ProvisionedIdentity struct {
	// Object is the base model of ProvisionedIdentity
	Object
	// ID undocumented
	ID *string `json:"id,omitempty"`
	// DisplayName undocumented
	DisplayName *string `json:"displayName,omitempty"`
	// IdentityType undocumented
	IdentityType *string `json:"identityType,omitempty"`
	// Details undocumented
	Details *DetailsInfo `json:"details,omitempty"`
}

// ProvisionedPlan undocumented
type ProvisionedPlan struct {
	// Object is the base model of ProvisionedPlan
	Object
	// CapabilityStatus undocumented
	CapabilityStatus *string `json:"capabilityStatus,omitempty"`
	// ProvisioningStatus undocumented
	ProvisioningStatus *string `json:"provisioningStatus,omitempty"`
	// Service undocumented
	Service *string `json:"service,omitempty"`
}