mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 19:10:26 +00:00
20 lines
666 B
Go
20 lines
666 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// ResourceSpecificPermissionGrant undocumented
|
||
|
type ResourceSpecificPermissionGrant struct {
|
||
|
// DirectoryObject is the base model of ResourceSpecificPermissionGrant
|
||
|
DirectoryObject
|
||
|
// ClientID undocumented
|
||
|
ClientID *string `json:"clientId,omitempty"`
|
||
|
// ClientAppID undocumented
|
||
|
ClientAppID *string `json:"clientAppId,omitempty"`
|
||
|
// ResourceAppID undocumented
|
||
|
ResourceAppID *string `json:"resourceAppId,omitempty"`
|
||
|
// PermissionType undocumented
|
||
|
PermissionType *string `json:"permissionType,omitempty"`
|
||
|
// Permission undocumented
|
||
|
Permission *string `json:"permission,omitempty"`
|
||
|
}
|