mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 19:10:26 +00:00
26 lines
889 B
Go
26 lines
889 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// AccessPackageResourceScope undocumented
|
||
|
type AccessPackageResourceScope struct {
|
||
|
// Entity is the base model of AccessPackageResourceScope
|
||
|
Entity
|
||
|
// DisplayName undocumented
|
||
|
DisplayName *string `json:"displayName,omitempty"`
|
||
|
// Description undocumented
|
||
|
Description *string `json:"description,omitempty"`
|
||
|
// OriginID undocumented
|
||
|
OriginID *string `json:"originId,omitempty"`
|
||
|
// OriginSystem undocumented
|
||
|
OriginSystem *string `json:"originSystem,omitempty"`
|
||
|
// RoleOriginID undocumented
|
||
|
RoleOriginID *string `json:"roleOriginId,omitempty"`
|
||
|
// IsRootScope undocumented
|
||
|
IsRootScope *bool `json:"isRootScope,omitempty"`
|
||
|
// URL undocumented
|
||
|
URL *string `json:"url,omitempty"`
|
||
|
// AccessPackageResource undocumented
|
||
|
AccessPackageResource *AccessPackageResource `json:"accessPackageResource,omitempty"`
|
||
|
}
|