2020-09-04 21:29:13 +00:00
|
|
|
// Code generated by msgraph.go/gen DO NOT EDIT.
|
2019-12-26 22:12:28 +00:00
|
|
|
|
|
|
|
package msgraph
|
|
|
|
|
|
|
|
import "time"
|
|
|
|
|
2020-03-15 22:43:46 +00:00
|
|
|
// FeatureRolloutPolicy undocumented
|
|
|
|
type FeatureRolloutPolicy struct {
|
|
|
|
// Entity is the base model of FeatureRolloutPolicy
|
|
|
|
Entity
|
|
|
|
// DisplayName undocumented
|
|
|
|
DisplayName *string `json:"displayName,omitempty"`
|
|
|
|
// Description undocumented
|
|
|
|
Description *string `json:"description,omitempty"`
|
|
|
|
// Feature undocumented
|
|
|
|
Feature *StagedFeatureName `json:"feature,omitempty"`
|
|
|
|
// IsEnabled undocumented
|
|
|
|
IsEnabled *bool `json:"isEnabled,omitempty"`
|
|
|
|
// IsAppliedToOrganization undocumented
|
|
|
|
IsAppliedToOrganization *bool `json:"isAppliedToOrganization,omitempty"`
|
|
|
|
// AppliesTo undocumented
|
|
|
|
AppliesTo []DirectoryObject `json:"appliesTo,omitempty"`
|
|
|
|
}
|
|
|
|
|
2019-12-26 22:12:28 +00:00
|
|
|
// FeatureUsageDetail undocumented
|
|
|
|
type FeatureUsageDetail struct {
|
|
|
|
// Object is the base model of FeatureUsageDetail
|
|
|
|
Object
|
|
|
|
// FeatureName undocumented
|
|
|
|
FeatureName *string `json:"featureName,omitempty"`
|
|
|
|
// LicenseRequired undocumented
|
|
|
|
LicenseRequired *AzureADLicenseType `json:"licenseRequired,omitempty"`
|
|
|
|
// LicenseAssigned undocumented
|
|
|
|
LicenseAssigned *AzureADLicenseType `json:"licenseAssigned,omitempty"`
|
|
|
|
// LastUsedDateTime undocumented
|
|
|
|
LastUsedDateTime *time.Time `json:"lastUsedDateTime,omitempty"`
|
|
|
|
// LastConfiguredDateTime undocumented
|
|
|
|
LastConfiguredDateTime *time.Time `json:"lastConfiguredDateTime,omitempty"`
|
|
|
|
}
|