mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 09:50:27 +00:00
30 lines
885 B
Go
30 lines
885 B
Go
// Code generated by msgraph-generate.go 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"`
|
|
}
|