directoryroleassignmentscheduleinstance

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 CreateDirectoryRoleAssignmentScheduleInstanceOperationOptions

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

func (CreateDirectoryRoleAssignmentScheduleInstanceOperationOptions) ToHeaders

func (CreateDirectoryRoleAssignmentScheduleInstanceOperationOptions) ToOData

func (CreateDirectoryRoleAssignmentScheduleInstanceOperationOptions) ToQuery

type CreateDirectoryRoleAssignmentScheduleInstanceOperationResponse

type CreateDirectoryRoleAssignmentScheduleInstanceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.UnifiedRoleAssignmentScheduleInstance
}

type DeleteDirectoryRoleAssignmentScheduleInstanceOperationOptions

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

func (DeleteDirectoryRoleAssignmentScheduleInstanceOperationOptions) ToHeaders

func (DeleteDirectoryRoleAssignmentScheduleInstanceOperationOptions) ToOData

func (DeleteDirectoryRoleAssignmentScheduleInstanceOperationOptions) ToQuery

type DeleteDirectoryRoleAssignmentScheduleInstanceOperationResponse

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

type DirectoryRoleAssignmentScheduleInstanceClient

type DirectoryRoleAssignmentScheduleInstanceClient struct {
	Client *msgraph.Client
}

func NewDirectoryRoleAssignmentScheduleInstanceClientWithBaseURI

func NewDirectoryRoleAssignmentScheduleInstanceClientWithBaseURI(sdkApi sdkEnv.Api) (*DirectoryRoleAssignmentScheduleInstanceClient, error)

func (DirectoryRoleAssignmentScheduleInstanceClient) CreateDirectoryRoleAssignmentScheduleInstance

CreateDirectoryRoleAssignmentScheduleInstance - Create new navigation property to roleAssignmentScheduleInstances for roleManagement

func (DirectoryRoleAssignmentScheduleInstanceClient) DeleteDirectoryRoleAssignmentScheduleInstance

DeleteDirectoryRoleAssignmentScheduleInstance - Delete navigation property roleAssignmentScheduleInstances for roleManagement

func (DirectoryRoleAssignmentScheduleInstanceClient) GetDirectoryRoleAssignmentScheduleInstance

GetDirectoryRoleAssignmentScheduleInstance - Get unifiedRoleAssignmentScheduleInstance. Get the instance of an active role assignment.

func (DirectoryRoleAssignmentScheduleInstanceClient) GetDirectoryRoleAssignmentScheduleInstancesCount

GetDirectoryRoleAssignmentScheduleInstancesCount - Get the number of the resource

func (DirectoryRoleAssignmentScheduleInstanceClient) ListDirectoryRoleAssignmentScheduleInstances

ListDirectoryRoleAssignmentScheduleInstances - List roleAssignmentScheduleInstances. Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API.

func (DirectoryRoleAssignmentScheduleInstanceClient) ListDirectoryRoleAssignmentScheduleInstancesComplete

ListDirectoryRoleAssignmentScheduleInstancesComplete retrieves all the results into a single object

func (DirectoryRoleAssignmentScheduleInstanceClient) ListDirectoryRoleAssignmentScheduleInstancesCompleteMatchingPredicate

ListDirectoryRoleAssignmentScheduleInstancesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DirectoryRoleAssignmentScheduleInstanceClient) UpdateDirectoryRoleAssignmentScheduleInstance

UpdateDirectoryRoleAssignmentScheduleInstance - Update the navigation property roleAssignmentScheduleInstances in roleManagement

type GetDirectoryRoleAssignmentScheduleInstanceOperationOptions

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

func (GetDirectoryRoleAssignmentScheduleInstanceOperationOptions) ToHeaders

func (GetDirectoryRoleAssignmentScheduleInstanceOperationOptions) ToOData

func (GetDirectoryRoleAssignmentScheduleInstanceOperationOptions) ToQuery

type GetDirectoryRoleAssignmentScheduleInstanceOperationResponse

type GetDirectoryRoleAssignmentScheduleInstanceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.UnifiedRoleAssignmentScheduleInstance
}

type GetDirectoryRoleAssignmentScheduleInstancesCountOperationOptions

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

func (GetDirectoryRoleAssignmentScheduleInstancesCountOperationOptions) ToHeaders

func (GetDirectoryRoleAssignmentScheduleInstancesCountOperationOptions) ToOData

func (GetDirectoryRoleAssignmentScheduleInstancesCountOperationOptions) ToQuery

type GetDirectoryRoleAssignmentScheduleInstancesCountOperationResponse

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

type ListDirectoryRoleAssignmentScheduleInstancesCompleteResult

type ListDirectoryRoleAssignmentScheduleInstancesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.UnifiedRoleAssignmentScheduleInstance
}

type ListDirectoryRoleAssignmentScheduleInstancesCustomPager

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

type ListDirectoryRoleAssignmentScheduleInstancesOperationOptions

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

func (ListDirectoryRoleAssignmentScheduleInstancesOperationOptions) ToOData

func (ListDirectoryRoleAssignmentScheduleInstancesOperationOptions) ToQuery

type ListDirectoryRoleAssignmentScheduleInstancesOperationResponse

type ListDirectoryRoleAssignmentScheduleInstancesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.UnifiedRoleAssignmentScheduleInstance
}

type UnifiedRoleAssignmentScheduleInstanceOperationPredicate

type UnifiedRoleAssignmentScheduleInstanceOperationPredicate struct {
}

func (UnifiedRoleAssignmentScheduleInstanceOperationPredicate) Matches

type UpdateDirectoryRoleAssignmentScheduleInstanceOperationOptions

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

func (UpdateDirectoryRoleAssignmentScheduleInstanceOperationOptions) ToHeaders

func (UpdateDirectoryRoleAssignmentScheduleInstanceOperationOptions) ToOData

func (UpdateDirectoryRoleAssignmentScheduleInstanceOperationOptions) ToQuery

type UpdateDirectoryRoleAssignmentScheduleInstanceOperationResponse

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