summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/OMASettingBase64Model.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/OMASettingBase64Model.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/OMASettingBase64Model.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/OMASettingBase64Model.go b/vendor/github.com/yaegashi/msgraph.go/beta/OMASettingBase64Model.go
new file mode 100644
index 00000000..196562a7
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/OMASettingBase64Model.go
@@ -0,0 +1,13 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// OMASettingBase64 undocumented
+type OMASettingBase64 struct {
+ // OMASetting is the base model of OMASettingBase64
+ OMASetting
+ // FileName File name associated with the Value property (*.cer | *.crt | *.p7b | *.bin).
+ FileName *string `json:"fileName,omitempty"`
+ // Value Value. (Base64 encoded string)
+ Value *string `json:"value,omitempty"`
+}