directoryroleassignmentschedule

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: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDirectoryRoleAssignmentScheduleOperationOptions

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

func DefaultCreateDirectoryRoleAssignmentScheduleOperationOptions

func DefaultCreateDirectoryRoleAssignmentScheduleOperationOptions() CreateDirectoryRoleAssignmentScheduleOperationOptions

func (CreateDirectoryRoleAssignmentScheduleOperationOptions) ToHeaders

func (CreateDirectoryRoleAssignmentScheduleOperationOptions) ToOData

func (CreateDirectoryRoleAssignmentScheduleOperationOptions) ToQuery

type CreateDirectoryRoleAssignmentScheduleOperationResponse

type CreateDirectoryRoleAssignmentScheduleOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.UnifiedRoleAssignmentSchedule
}

type DeleteDirectoryRoleAssignmentScheduleOperationOptions

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

func DefaultDeleteDirectoryRoleAssignmentScheduleOperationOptions

func DefaultDeleteDirectoryRoleAssignmentScheduleOperationOptions() DeleteDirectoryRoleAssignmentScheduleOperationOptions

func (DeleteDirectoryRoleAssignmentScheduleOperationOptions) ToHeaders

func (DeleteDirectoryRoleAssignmentScheduleOperationOptions) ToOData

func (DeleteDirectoryRoleAssignmentScheduleOperationOptions) ToQuery

type DeleteDirectoryRoleAssignmentScheduleOperationResponse

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

type DirectoryRoleAssignmentScheduleClient

type DirectoryRoleAssignmentScheduleClient struct {
	Client *msgraph.Client
}

func NewDirectoryRoleAssignmentScheduleClientWithBaseURI

func NewDirectoryRoleAssignmentScheduleClientWithBaseURI(sdkApi sdkEnv.Api) (*DirectoryRoleAssignmentScheduleClient, error)

func (DirectoryRoleAssignmentScheduleClient) CreateDirectoryRoleAssignmentSchedule

CreateDirectoryRoleAssignmentSchedule - Create new navigation property to roleAssignmentSchedules for roleManagement

func (DirectoryRoleAssignmentScheduleClient) DeleteDirectoryRoleAssignmentSchedule

DeleteDirectoryRoleAssignmentSchedule - Delete navigation property roleAssignmentSchedules for roleManagement

func (DirectoryRoleAssignmentScheduleClient) GetDirectoryRoleAssignmentSchedule

GetDirectoryRoleAssignmentSchedule - Get unifiedRoleAssignmentSchedule. Retrieve the schedule for an active role assignment operation.

func (DirectoryRoleAssignmentScheduleClient) GetDirectoryRoleAssignmentSchedulesCount

GetDirectoryRoleAssignmentSchedulesCount - Get the number of the resource

func (DirectoryRoleAssignmentScheduleClient) ListDirectoryRoleAssignmentSchedules

ListDirectoryRoleAssignmentSchedules - List roleAssignmentSchedules. Get the schedules for active role assignment operations.

func (DirectoryRoleAssignmentScheduleClient) ListDirectoryRoleAssignmentSchedulesComplete

ListDirectoryRoleAssignmentSchedulesComplete retrieves all the results into a single object

func (DirectoryRoleAssignmentScheduleClient) ListDirectoryRoleAssignmentSchedulesCompleteMatchingPredicate

ListDirectoryRoleAssignmentSchedulesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DirectoryRoleAssignmentScheduleClient) UpdateDirectoryRoleAssignmentSchedule

UpdateDirectoryRoleAssignmentSchedule - Update the navigation property roleAssignmentSchedules in roleManagement

type GetDirectoryRoleAssignmentScheduleOperationOptions

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

func DefaultGetDirectoryRoleAssignmentScheduleOperationOptions

func DefaultGetDirectoryRoleAssignmentScheduleOperationOptions() GetDirectoryRoleAssignmentScheduleOperationOptions

func (GetDirectoryRoleAssignmentScheduleOperationOptions) ToHeaders

func (GetDirectoryRoleAssignmentScheduleOperationOptions) ToOData

func (GetDirectoryRoleAssignmentScheduleOperationOptions) ToQuery

type GetDirectoryRoleAssignmentScheduleOperationResponse

type GetDirectoryRoleAssignmentScheduleOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.UnifiedRoleAssignmentSchedule
}

type GetDirectoryRoleAssignmentSchedulesCountOperationOptions

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

func (GetDirectoryRoleAssignmentSchedulesCountOperationOptions) ToHeaders

func (GetDirectoryRoleAssignmentSchedulesCountOperationOptions) ToOData

func (GetDirectoryRoleAssignmentSchedulesCountOperationOptions) ToQuery

type GetDirectoryRoleAssignmentSchedulesCountOperationResponse

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

type ListDirectoryRoleAssignmentSchedulesCompleteResult

type ListDirectoryRoleAssignmentSchedulesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.UnifiedRoleAssignmentSchedule
}

type ListDirectoryRoleAssignmentSchedulesCustomPager

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

type ListDirectoryRoleAssignmentSchedulesOperationOptions

type ListDirectoryRoleAssignmentSchedulesOperationOptions 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 DefaultListDirectoryRoleAssignmentSchedulesOperationOptions

func DefaultListDirectoryRoleAssignmentSchedulesOperationOptions() ListDirectoryRoleAssignmentSchedulesOperationOptions

func (ListDirectoryRoleAssignmentSchedulesOperationOptions) ToHeaders

func (ListDirectoryRoleAssignmentSchedulesOperationOptions) ToOData

func (ListDirectoryRoleAssignmentSchedulesOperationOptions) ToQuery

type ListDirectoryRoleAssignmentSchedulesOperationResponse

type ListDirectoryRoleAssignmentSchedulesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.UnifiedRoleAssignmentSchedule
}

type UnifiedRoleAssignmentScheduleOperationPredicate

type UnifiedRoleAssignmentScheduleOperationPredicate struct {
}

func (UnifiedRoleAssignmentScheduleOperationPredicate) Matches

type UpdateDirectoryRoleAssignmentScheduleOperationOptions

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

func DefaultUpdateDirectoryRoleAssignmentScheduleOperationOptions

func DefaultUpdateDirectoryRoleAssignmentScheduleOperationOptions() UpdateDirectoryRoleAssignmentScheduleOperationOptions

func (UpdateDirectoryRoleAssignmentScheduleOperationOptions) ToHeaders

func (UpdateDirectoryRoleAssignmentScheduleOperationOptions) ToOData

func (UpdateDirectoryRoleAssignmentScheduleOperationOptions) ToQuery

type UpdateDirectoryRoleAssignmentScheduleOperationResponse

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