forked from lug/matterbridge
Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
17
vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementDerivedCredentialSettingsModel.go
generated
vendored
Normal file
17
vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementDerivedCredentialSettingsModel.go
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// DeviceManagementDerivedCredentialSettings Entity that describes tenant level settings for derived credentials
|
||||
type DeviceManagementDerivedCredentialSettings struct {
|
||||
// Entity is the base model of DeviceManagementDerivedCredentialSettings
|
||||
Entity
|
||||
// HelpURL The URL that will be accessible to end users as they retrieve a derived credential using the Company Portal.
|
||||
HelpURL *string `json:"helpUrl,omitempty"`
|
||||
// DisplayName The display name for the profile.
|
||||
DisplayName *string `json:"displayName,omitempty"`
|
||||
// Issuer The derived credential provider to use.
|
||||
Issuer *DeviceManagementDerivedCredentialIssuer `json:"issuer,omitempty"`
|
||||
// NotificationType The methods used to inform the end user to open Company Portal to deliver Wi-Fi, VPN, or email profiles that use certificates to the device.
|
||||
NotificationType *DeviceManagementDerivedCredentialNotificationType `json:"notificationType,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user