enterpriseapproleassignmentschedule

package
v0.20241209.1115630 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 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 CreateEnterpriseAppRoleAssignmentScheduleOperationOptions

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

func (CreateEnterpriseAppRoleAssignmentScheduleOperationOptions) ToHeaders

func (CreateEnterpriseAppRoleAssignmentScheduleOperationOptions) ToOData

func (CreateEnterpriseAppRoleAssignmentScheduleOperationOptions) ToQuery

type CreateEnterpriseAppRoleAssignmentScheduleOperationResponse

type CreateEnterpriseAppRoleAssignmentScheduleOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UnifiedRoleAssignmentSchedule
}

type DeleteEnterpriseAppRoleAssignmentScheduleOperationOptions

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

func (DeleteEnterpriseAppRoleAssignmentScheduleOperationOptions) ToHeaders

func (DeleteEnterpriseAppRoleAssignmentScheduleOperationOptions) ToOData

func (DeleteEnterpriseAppRoleAssignmentScheduleOperationOptions) ToQuery

type DeleteEnterpriseAppRoleAssignmentScheduleOperationResponse

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

type EnterpriseAppRoleAssignmentScheduleClient

type EnterpriseAppRoleAssignmentScheduleClient struct {
	Client *msgraph.Client
}

func NewEnterpriseAppRoleAssignmentScheduleClientWithBaseURI

func NewEnterpriseAppRoleAssignmentScheduleClientWithBaseURI(sdkApi sdkEnv.Api) (*EnterpriseAppRoleAssignmentScheduleClient, error)

func (EnterpriseAppRoleAssignmentScheduleClient) CreateEnterpriseAppRoleAssignmentSchedule

CreateEnterpriseAppRoleAssignmentSchedule - Create new navigation property to roleAssignmentSchedules for roleManagement

func (EnterpriseAppRoleAssignmentScheduleClient) DeleteEnterpriseAppRoleAssignmentSchedule

DeleteEnterpriseAppRoleAssignmentSchedule - Delete navigation property roleAssignmentSchedules for roleManagement

func (EnterpriseAppRoleAssignmentScheduleClient) GetEnterpriseAppRoleAssignmentSchedule

GetEnterpriseAppRoleAssignmentSchedule - Get roleAssignmentSchedules from roleManagement

func (EnterpriseAppRoleAssignmentScheduleClient) GetEnterpriseAppRoleAssignmentSchedulesCount

GetEnterpriseAppRoleAssignmentSchedulesCount - Get the number of the resource

func (EnterpriseAppRoleAssignmentScheduleClient) ListEnterpriseAppRoleAssignmentSchedules

ListEnterpriseAppRoleAssignmentSchedules - Get roleAssignmentSchedules from roleManagement

func (EnterpriseAppRoleAssignmentScheduleClient) ListEnterpriseAppRoleAssignmentSchedulesComplete

ListEnterpriseAppRoleAssignmentSchedulesComplete retrieves all the results into a single object

func (EnterpriseAppRoleAssignmentScheduleClient) ListEnterpriseAppRoleAssignmentSchedulesCompleteMatchingPredicate

ListEnterpriseAppRoleAssignmentSchedulesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EnterpriseAppRoleAssignmentScheduleClient) UpdateEnterpriseAppRoleAssignmentSchedule

UpdateEnterpriseAppRoleAssignmentSchedule - Update the navigation property roleAssignmentSchedules in roleManagement

type GetEnterpriseAppRoleAssignmentScheduleOperationOptions

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

func DefaultGetEnterpriseAppRoleAssignmentScheduleOperationOptions

func DefaultGetEnterpriseAppRoleAssignmentScheduleOperationOptions() GetEnterpriseAppRoleAssignmentScheduleOperationOptions

func (GetEnterpriseAppRoleAssignmentScheduleOperationOptions) ToHeaders

func (GetEnterpriseAppRoleAssignmentScheduleOperationOptions) ToOData

func (GetEnterpriseAppRoleAssignmentScheduleOperationOptions) ToQuery

type GetEnterpriseAppRoleAssignmentScheduleOperationResponse

type GetEnterpriseAppRoleAssignmentScheduleOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UnifiedRoleAssignmentSchedule
}

type GetEnterpriseAppRoleAssignmentSchedulesCountOperationOptions

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

func (GetEnterpriseAppRoleAssignmentSchedulesCountOperationOptions) ToHeaders

func (GetEnterpriseAppRoleAssignmentSchedulesCountOperationOptions) ToOData

func (GetEnterpriseAppRoleAssignmentSchedulesCountOperationOptions) ToQuery

type GetEnterpriseAppRoleAssignmentSchedulesCountOperationResponse

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

type ListEnterpriseAppRoleAssignmentSchedulesCompleteResult

type ListEnterpriseAppRoleAssignmentSchedulesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.UnifiedRoleAssignmentSchedule
}

type ListEnterpriseAppRoleAssignmentSchedulesCustomPager

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

type ListEnterpriseAppRoleAssignmentSchedulesOperationOptions

type ListEnterpriseAppRoleAssignmentSchedulesOperationOptions 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 (ListEnterpriseAppRoleAssignmentSchedulesOperationOptions) ToHeaders

func (ListEnterpriseAppRoleAssignmentSchedulesOperationOptions) ToOData

func (ListEnterpriseAppRoleAssignmentSchedulesOperationOptions) ToQuery

type ListEnterpriseAppRoleAssignmentSchedulesOperationResponse

type ListEnterpriseAppRoleAssignmentSchedulesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.UnifiedRoleAssignmentSchedule
}

type UnifiedRoleAssignmentScheduleOperationPredicate

type UnifiedRoleAssignmentScheduleOperationPredicate struct {
}

func (UnifiedRoleAssignmentScheduleOperationPredicate) Matches

type UpdateEnterpriseAppRoleAssignmentScheduleOperationOptions

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

func (UpdateEnterpriseAppRoleAssignmentScheduleOperationOptions) ToHeaders

func (UpdateEnterpriseAppRoleAssignmentScheduleOperationOptions) ToOData

func (UpdateEnterpriseAppRoleAssignmentScheduleOperationOptions) ToQuery

type UpdateEnterpriseAppRoleAssignmentScheduleOperationResponse

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