summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/PrivilegedAccessModel.go
blob: e82537abb1d5275533ef8a7d55a7abdef3c2a841 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// PrivilegedAccess undocumented
type PrivilegedAccess struct {
	// Entity is the base model of PrivilegedAccess
	Entity
	// DisplayName undocumented
	DisplayName *string `json:"displayName,omitempty"`
	// Resources undocumented
	Resources []GovernanceResource `json:"resources,omitempty"`
	// RoleDefinitions undocumented
	RoleDefinitions []GovernanceRoleDefinition `json:"roleDefinitions,omitempty"`
	// RoleAssignments undocumented
	RoleAssignments []GovernanceRoleAssignment `json:"roleAssignments,omitempty"`
	// RoleAssignmentRequests undocumented
	RoleAssignmentRequests []GovernanceRoleAssignmentRequestObject `json:"roleAssignmentRequests,omitempty"`
	// RoleSettings undocumented
	RoleSettings []GovernanceRoleSetting `json:"roleSettings,omitempty"`
}