devicemanagementroleassignmentappscope

package
v0.20241111.1164443 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppScopeOperationPredicate

type AppScopeOperationPredicate struct {
}

func (AppScopeOperationPredicate) Matches

func (p AppScopeOperationPredicate) Matches(input beta.AppScope) bool

type CreateDeviceManagementRoleAssignmentAppScopeOperationOptions

type CreateDeviceManagementRoleAssignmentAppScopeOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (CreateDeviceManagementRoleAssignmentAppScopeOperationOptions) ToHeaders

func (CreateDeviceManagementRoleAssignmentAppScopeOperationOptions) ToOData

func (CreateDeviceManagementRoleAssignmentAppScopeOperationOptions) ToQuery

type CreateDeviceManagementRoleAssignmentAppScopeOperationResponse

type CreateDeviceManagementRoleAssignmentAppScopeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.AppScope
}

type DeleteDeviceManagementRoleAssignmentAppScopeOperationOptions

type DeleteDeviceManagementRoleAssignmentAppScopeOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (DeleteDeviceManagementRoleAssignmentAppScopeOperationOptions) ToHeaders

func (DeleteDeviceManagementRoleAssignmentAppScopeOperationOptions) ToOData

func (DeleteDeviceManagementRoleAssignmentAppScopeOperationOptions) ToQuery

type DeleteDeviceManagementRoleAssignmentAppScopeOperationResponse

type DeleteDeviceManagementRoleAssignmentAppScopeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type DeviceManagementRoleAssignmentAppScopeClient

type DeviceManagementRoleAssignmentAppScopeClient struct {
	Client *msgraph.Client
}

func NewDeviceManagementRoleAssignmentAppScopeClientWithBaseURI

func NewDeviceManagementRoleAssignmentAppScopeClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceManagementRoleAssignmentAppScopeClient, error)

func (DeviceManagementRoleAssignmentAppScopeClient) CreateDeviceManagementRoleAssignmentAppScope

CreateDeviceManagementRoleAssignmentAppScope - Create new navigation property to appScopes for roleManagement

func (DeviceManagementRoleAssignmentAppScopeClient) DeleteDeviceManagementRoleAssignmentAppScope

DeleteDeviceManagementRoleAssignmentAppScope - Delete navigation property appScopes for roleManagement

func (DeviceManagementRoleAssignmentAppScopeClient) GetDeviceManagementRoleAssignmentAppScope

GetDeviceManagementRoleAssignmentAppScope - Get appScopes from roleManagement. Read-only collection with details of the app specific scopes when the assignment scopes are app specific. Containment entity. Read-only.

func (DeviceManagementRoleAssignmentAppScopeClient) GetDeviceManagementRoleAssignmentAppScopesCount

GetDeviceManagementRoleAssignmentAppScopesCount - Get the number of the resource

func (DeviceManagementRoleAssignmentAppScopeClient) ListDeviceManagementRoleAssignmentAppScopes

ListDeviceManagementRoleAssignmentAppScopes - Get appScopes from roleManagement. Read-only collection with details of the app specific scopes when the assignment scopes are app specific. Containment entity. Read-only.

func (DeviceManagementRoleAssignmentAppScopeClient) ListDeviceManagementRoleAssignmentAppScopesComplete

ListDeviceManagementRoleAssignmentAppScopesComplete retrieves all the results into a single object

func (DeviceManagementRoleAssignmentAppScopeClient) ListDeviceManagementRoleAssignmentAppScopesCompleteMatchingPredicate

ListDeviceManagementRoleAssignmentAppScopesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceManagementRoleAssignmentAppScopeClient) UpdateDeviceManagementRoleAssignmentAppScope

UpdateDeviceManagementRoleAssignmentAppScope - Update the navigation property appScopes in roleManagement

type GetDeviceManagementRoleAssignmentAppScopeOperationOptions

type GetDeviceManagementRoleAssignmentAppScopeOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func (GetDeviceManagementRoleAssignmentAppScopeOperationOptions) ToHeaders

func (GetDeviceManagementRoleAssignmentAppScopeOperationOptions) ToOData

func (GetDeviceManagementRoleAssignmentAppScopeOperationOptions) ToQuery

type GetDeviceManagementRoleAssignmentAppScopeOperationResponse

type GetDeviceManagementRoleAssignmentAppScopeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.AppScope
}

type GetDeviceManagementRoleAssignmentAppScopesCountOperationOptions

type GetDeviceManagementRoleAssignmentAppScopesCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func (GetDeviceManagementRoleAssignmentAppScopesCountOperationOptions) ToHeaders

func (GetDeviceManagementRoleAssignmentAppScopesCountOperationOptions) ToOData

func (GetDeviceManagementRoleAssignmentAppScopesCountOperationOptions) ToQuery

type GetDeviceManagementRoleAssignmentAppScopesCountOperationResponse

type GetDeviceManagementRoleAssignmentAppScopesCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListDeviceManagementRoleAssignmentAppScopesCompleteResult

type ListDeviceManagementRoleAssignmentAppScopesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.AppScope
}

type ListDeviceManagementRoleAssignmentAppScopesCustomPager

type ListDeviceManagementRoleAssignmentAppScopesCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListDeviceManagementRoleAssignmentAppScopesOperationOptions

type ListDeviceManagementRoleAssignmentAppScopesOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func (ListDeviceManagementRoleAssignmentAppScopesOperationOptions) ToHeaders

func (ListDeviceManagementRoleAssignmentAppScopesOperationOptions) ToOData

func (ListDeviceManagementRoleAssignmentAppScopesOperationOptions) ToQuery

type ListDeviceManagementRoleAssignmentAppScopesOperationResponse

type ListDeviceManagementRoleAssignmentAppScopesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.AppScope
}

type UpdateDeviceManagementRoleAssignmentAppScopeOperationOptions

type UpdateDeviceManagementRoleAssignmentAppScopeOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (UpdateDeviceManagementRoleAssignmentAppScopeOperationOptions) ToHeaders

func (UpdateDeviceManagementRoleAssignmentAppScopeOperationOptions) ToOData

func (UpdateDeviceManagementRoleAssignmentAppScopeOperationOptions) ToQuery

type UpdateDeviceManagementRoleAssignmentAppScopeOperationResponse

type UpdateDeviceManagementRoleAssignmentAppScopeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL