devicemanagementroleassignment

package
v0.20241017.1093842 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDeviceManagementRoleAssignmentOperationOptions

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

func DefaultCreateDeviceManagementRoleAssignmentOperationOptions

func DefaultCreateDeviceManagementRoleAssignmentOperationOptions() CreateDeviceManagementRoleAssignmentOperationOptions

func (CreateDeviceManagementRoleAssignmentOperationOptions) ToHeaders

func (CreateDeviceManagementRoleAssignmentOperationOptions) ToOData

func (CreateDeviceManagementRoleAssignmentOperationOptions) ToQuery

type CreateDeviceManagementRoleAssignmentOperationResponse

type CreateDeviceManagementRoleAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UnifiedRoleAssignmentMultiple
}

type DeleteDeviceManagementRoleAssignmentOperationOptions

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

func DefaultDeleteDeviceManagementRoleAssignmentOperationOptions

func DefaultDeleteDeviceManagementRoleAssignmentOperationOptions() DeleteDeviceManagementRoleAssignmentOperationOptions

func (DeleteDeviceManagementRoleAssignmentOperationOptions) ToHeaders

func (DeleteDeviceManagementRoleAssignmentOperationOptions) ToOData

func (DeleteDeviceManagementRoleAssignmentOperationOptions) ToQuery

type DeleteDeviceManagementRoleAssignmentOperationResponse

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

type DeviceManagementRoleAssignmentClient

type DeviceManagementRoleAssignmentClient struct {
	Client *msgraph.Client
}

func NewDeviceManagementRoleAssignmentClientWithBaseURI

func NewDeviceManagementRoleAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceManagementRoleAssignmentClient, error)

func (DeviceManagementRoleAssignmentClient) CreateDeviceManagementRoleAssignment

CreateDeviceManagementRoleAssignment - Create unifiedRoleAssignmentMultiple. Create a new unifiedRoleAssignmentMultiple object for an RBAC provider. The following RBAC providers are currently supported: - Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment.

func (DeviceManagementRoleAssignmentClient) DeleteDeviceManagementRoleAssignment

DeleteDeviceManagementRoleAssignment - Delete unifiedRoleAssignmentMultiple. Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. The following RBAC providers are currently supported: - Cloud PC - device management (Intune)

func (DeviceManagementRoleAssignmentClient) GetDeviceManagementRoleAssignment

GetDeviceManagementRoleAssignment - Get unifiedRoleAssignmentMultiple. Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported: - Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment.

func (DeviceManagementRoleAssignmentClient) GetDeviceManagementRoleAssignmentsCount

GetDeviceManagementRoleAssignmentsCount - Get the number of the resource

func (DeviceManagementRoleAssignmentClient) ListDeviceManagementRoleAssignments

ListDeviceManagementRoleAssignments - List unifiedRoleAssignmentMultiple. Get a list of unifiedRoleAssignmentMultiple objects for an RBAC provider. The following RBAC providers are currently supported: - Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment.

func (DeviceManagementRoleAssignmentClient) ListDeviceManagementRoleAssignmentsComplete

ListDeviceManagementRoleAssignmentsComplete retrieves all the results into a single object

func (DeviceManagementRoleAssignmentClient) ListDeviceManagementRoleAssignmentsCompleteMatchingPredicate

ListDeviceManagementRoleAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceManagementRoleAssignmentClient) UpdateDeviceManagementRoleAssignment

UpdateDeviceManagementRoleAssignment - Update unifiedRoleAssignmentMultiple. Update an existing unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported: - Cloud PC - device management (Intune) In contrast, unifiedRoleAssignment does not support update.

type GetDeviceManagementRoleAssignmentOperationOptions

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

func DefaultGetDeviceManagementRoleAssignmentOperationOptions

func DefaultGetDeviceManagementRoleAssignmentOperationOptions() GetDeviceManagementRoleAssignmentOperationOptions

func (GetDeviceManagementRoleAssignmentOperationOptions) ToHeaders

func (GetDeviceManagementRoleAssignmentOperationOptions) ToOData

func (GetDeviceManagementRoleAssignmentOperationOptions) ToQuery

type GetDeviceManagementRoleAssignmentOperationResponse

type GetDeviceManagementRoleAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UnifiedRoleAssignmentMultiple
}

type GetDeviceManagementRoleAssignmentsCountOperationOptions

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

func (GetDeviceManagementRoleAssignmentsCountOperationOptions) ToHeaders

func (GetDeviceManagementRoleAssignmentsCountOperationOptions) ToOData

func (GetDeviceManagementRoleAssignmentsCountOperationOptions) ToQuery

type GetDeviceManagementRoleAssignmentsCountOperationResponse

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

type ListDeviceManagementRoleAssignmentsCompleteResult

type ListDeviceManagementRoleAssignmentsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.UnifiedRoleAssignmentMultiple
}

type ListDeviceManagementRoleAssignmentsCustomPager

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

type ListDeviceManagementRoleAssignmentsOperationOptions

type ListDeviceManagementRoleAssignmentsOperationOptions 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 DefaultListDeviceManagementRoleAssignmentsOperationOptions

func DefaultListDeviceManagementRoleAssignmentsOperationOptions() ListDeviceManagementRoleAssignmentsOperationOptions

func (ListDeviceManagementRoleAssignmentsOperationOptions) ToHeaders

func (ListDeviceManagementRoleAssignmentsOperationOptions) ToOData

func (ListDeviceManagementRoleAssignmentsOperationOptions) ToQuery

type ListDeviceManagementRoleAssignmentsOperationResponse

type ListDeviceManagementRoleAssignmentsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.UnifiedRoleAssignmentMultiple
}

type UnifiedRoleAssignmentMultipleOperationPredicate

type UnifiedRoleAssignmentMultipleOperationPredicate struct {
}

func (UnifiedRoleAssignmentMultipleOperationPredicate) Matches

type UpdateDeviceManagementRoleAssignmentOperationOptions

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

func DefaultUpdateDeviceManagementRoleAssignmentOperationOptions

func DefaultUpdateDeviceManagementRoleAssignmentOperationOptions() UpdateDeviceManagementRoleAssignmentOperationOptions

func (UpdateDeviceManagementRoleAssignmentOperationOptions) ToHeaders

func (UpdateDeviceManagementRoleAssignmentOperationOptions) ToOData

func (UpdateDeviceManagementRoleAssignmentOperationOptions) ToQuery

type UpdateDeviceManagementRoleAssignmentOperationResponse

type UpdateDeviceManagementRoleAssignmentOperationResponse 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