github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelProvisioned.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ProvisionedIdentity undocumented
     6  type ProvisionedIdentity struct {
     7  	// Object is the base model of ProvisionedIdentity
     8  	Object
     9  	// ID undocumented
    10  	ID *string `json:"id,omitempty"`
    11  	// DisplayName undocumented
    12  	DisplayName *string `json:"displayName,omitempty"`
    13  	// IdentityType undocumented
    14  	IdentityType *string `json:"identityType,omitempty"`
    15  	// Details undocumented
    16  	Details *DetailsInfo `json:"details,omitempty"`
    17  }
    18  
    19  // ProvisionedPlan undocumented
    20  type ProvisionedPlan struct {
    21  	// Object is the base model of ProvisionedPlan
    22  	Object
    23  	// CapabilityStatus undocumented
    24  	CapabilityStatus *string `json:"capabilityStatus,omitempty"`
    25  	// ProvisioningStatus undocumented
    26  	ProvisioningStatus *string `json:"provisioningStatus,omitempty"`
    27  	// Service undocumented
    28  	Service *string `json:"service,omitempty"`
    29  }