diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ManagedAppConfigurationModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ManagedAppConfigurationModel.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ManagedAppConfigurationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ManagedAppConfigurationModel.go new file mode 100644 index 00000000..12762061 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ManagedAppConfigurationModel.go @@ -0,0 +1,11 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// ManagedAppConfiguration Configuration used to deliver a set of custom settings as-is to apps for users to whom the configuration is scoped +type ManagedAppConfiguration struct { + // ManagedAppPolicy is the base model of ManagedAppConfiguration + ManagedAppPolicy + // CustomSettings A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service + CustomSettings []KeyValuePair `json:"customSettings,omitempty"` +} |