entitlementmanagement

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2023 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EntitlementManagementRequestBuilder

type EntitlementManagementRequestBuilder struct {
	// contains filtered or unexported fields
}

EntitlementManagementRequestBuilder provides operations to manage the entitlementManagement property of the microsoft.graph.roleManagement entity.

func NewEntitlementManagementRequestBuilder

NewEntitlementManagementRequestBuilder instantiates a new EntitlementManagementRequestBuilder and sets the default values.

func NewEntitlementManagementRequestBuilderInternal

func NewEntitlementManagementRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *EntitlementManagementRequestBuilder

NewEntitlementManagementRequestBuilderInternal instantiates a new EntitlementManagementRequestBuilder and sets the default values.

func (*EntitlementManagementRequestBuilder) CreateDeleteRequestInformation

CreateDeleteRequestInformation delete navigation property entitlementManagement for roleManagement

func (*EntitlementManagementRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation container for roles and assignments for entitlement management resources.

func (*EntitlementManagementRequestBuilder) CreatePatchRequestInformation

CreatePatchRequestInformation update the navigation property entitlementManagement in roleManagement

func (*EntitlementManagementRequestBuilder) Delete

Delete delete navigation property entitlementManagement for roleManagement

func (*EntitlementManagementRequestBuilder) Get

Get container for roles and assignments for entitlement management resources.

func (*EntitlementManagementRequestBuilder) Patch

Patch update the navigation property entitlementManagement in roleManagement

func (*EntitlementManagementRequestBuilder) RoleAssignmentScheduleInstances

RoleAssignmentScheduleInstances the roleAssignmentScheduleInstances property

func (*EntitlementManagementRequestBuilder) RoleAssignmentScheduleInstancesById

RoleAssignmentScheduleInstancesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.roleManagement.entitlementManagement.roleAssignmentScheduleInstances.item collection

func (*EntitlementManagementRequestBuilder) RoleAssignmentScheduleRequests

RoleAssignmentScheduleRequests the roleAssignmentScheduleRequests property

func (*EntitlementManagementRequestBuilder) RoleAssignmentScheduleRequestsById

RoleAssignmentScheduleRequestsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.roleManagement.entitlementManagement.roleAssignmentScheduleRequests.item collection

func (*EntitlementManagementRequestBuilder) RoleAssignmentSchedules

RoleAssignmentSchedules the roleAssignmentSchedules property

func (*EntitlementManagementRequestBuilder) RoleAssignmentSchedulesById

RoleAssignmentSchedulesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.roleManagement.entitlementManagement.roleAssignmentSchedules.item collection

func (*EntitlementManagementRequestBuilder) RoleAssignments

RoleAssignments the roleAssignments property

func (*EntitlementManagementRequestBuilder) RoleAssignmentsById

RoleAssignmentsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.roleManagement.entitlementManagement.roleAssignments.item collection

func (*EntitlementManagementRequestBuilder) RoleDefinitions

RoleDefinitions the roleDefinitions property

func (*EntitlementManagementRequestBuilder) RoleDefinitionsById

RoleDefinitionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.roleManagement.entitlementManagement.roleDefinitions.item collection

func (*EntitlementManagementRequestBuilder) RoleEligibilityScheduleInstances

RoleEligibilityScheduleInstances the roleEligibilityScheduleInstances property

func (*EntitlementManagementRequestBuilder) RoleEligibilityScheduleInstancesById

RoleEligibilityScheduleInstancesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.roleManagement.entitlementManagement.roleEligibilityScheduleInstances.item collection

func (*EntitlementManagementRequestBuilder) RoleEligibilityScheduleRequests

RoleEligibilityScheduleRequests the roleEligibilityScheduleRequests property

func (*EntitlementManagementRequestBuilder) RoleEligibilityScheduleRequestsById

RoleEligibilityScheduleRequestsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.roleManagement.entitlementManagement.roleEligibilityScheduleRequests.item collection

func (*EntitlementManagementRequestBuilder) RoleEligibilitySchedules

RoleEligibilitySchedules the roleEligibilitySchedules property

func (*EntitlementManagementRequestBuilder) RoleEligibilitySchedulesById

RoleEligibilitySchedulesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.roleManagement.entitlementManagement.roleEligibilitySchedules.item collection

type EntitlementManagementRequestBuilderDeleteOptions

type EntitlementManagementRequestBuilderDeleteOptions struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}

EntitlementManagementRequestBuilderDeleteOptions options for Delete

type EntitlementManagementRequestBuilderGetOptions

type EntitlementManagementRequestBuilderGetOptions struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *EntitlementManagementRequestBuilderGetQueryParameters
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}

EntitlementManagementRequestBuilderGetOptions options for Get

type EntitlementManagementRequestBuilderGetQueryParameters

type EntitlementManagementRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

EntitlementManagementRequestBuilderGetQueryParameters container for roles and assignments for entitlement management resources.

type EntitlementManagementRequestBuilderPatchOptions

type EntitlementManagementRequestBuilderPatchOptions struct {
	//
	Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RbacApplicationable
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}

EntitlementManagementRequestBuilderPatchOptions options for Patch

Jump to

Keyboard shortcuts

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