You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelProvisioned.go

30 lines
880 B
Go

// 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"`
}