directoryroleassignmentschedulerequest

package
v0.20241104.1140654 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 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 CancelDirectoryRoleAssignmentScheduleRequestOperationOptions

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

func (CancelDirectoryRoleAssignmentScheduleRequestOperationOptions) ToHeaders

func (CancelDirectoryRoleAssignmentScheduleRequestOperationOptions) ToOData

func (CancelDirectoryRoleAssignmentScheduleRequestOperationOptions) ToQuery

type CancelDirectoryRoleAssignmentScheduleRequestOperationResponse

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

type CreateDirectoryRoleAssignmentScheduleRequestOperationOptions

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

func (CreateDirectoryRoleAssignmentScheduleRequestOperationOptions) ToHeaders

func (CreateDirectoryRoleAssignmentScheduleRequestOperationOptions) ToOData

func (CreateDirectoryRoleAssignmentScheduleRequestOperationOptions) ToQuery

type CreateDirectoryRoleAssignmentScheduleRequestOperationResponse

type CreateDirectoryRoleAssignmentScheduleRequestOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.UnifiedRoleAssignmentScheduleRequest
}

type DeleteDirectoryRoleAssignmentScheduleRequestOperationOptions

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

func (DeleteDirectoryRoleAssignmentScheduleRequestOperationOptions) ToHeaders

func (DeleteDirectoryRoleAssignmentScheduleRequestOperationOptions) ToOData

func (DeleteDirectoryRoleAssignmentScheduleRequestOperationOptions) ToQuery

type DeleteDirectoryRoleAssignmentScheduleRequestOperationResponse

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

type DirectoryRoleAssignmentScheduleRequestClient

type DirectoryRoleAssignmentScheduleRequestClient struct {
	Client *msgraph.Client
}

func NewDirectoryRoleAssignmentScheduleRequestClientWithBaseURI

func NewDirectoryRoleAssignmentScheduleRequestClientWithBaseURI(sdkApi sdkEnv.Api) (*DirectoryRoleAssignmentScheduleRequestClient, error)

func (DirectoryRoleAssignmentScheduleRequestClient) CancelDirectoryRoleAssignmentScheduleRequest

CancelDirectoryRoleAssignmentScheduleRequest - Invoke action cancel. Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled.

func (DirectoryRoleAssignmentScheduleRequestClient) CreateDirectoryRoleAssignmentScheduleRequest

CreateDirectoryRoleAssignmentScheduleRequest - Create roleAssignmentScheduleRequests. In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multifactor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Microsoft Entra multifactor authentication to secure sign-in events.

func (DirectoryRoleAssignmentScheduleRequestClient) DeleteDirectoryRoleAssignmentScheduleRequest

DeleteDirectoryRoleAssignmentScheduleRequest - Delete navigation property roleAssignmentScheduleRequests for roleManagement

func (DirectoryRoleAssignmentScheduleRequestClient) GetDirectoryRoleAssignmentScheduleRequest

GetDirectoryRoleAssignmentScheduleRequest - Get unifiedRoleAssignmentScheduleRequest. In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object.

func (DirectoryRoleAssignmentScheduleRequestClient) GetDirectoryRoleAssignmentScheduleRequestsCount

GetDirectoryRoleAssignmentScheduleRequestsCount - Get the number of the resource

func (DirectoryRoleAssignmentScheduleRequestClient) ListDirectoryRoleAssignmentScheduleRequests

ListDirectoryRoleAssignmentScheduleRequests - List roleAssignmentScheduleRequests. Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments.

func (DirectoryRoleAssignmentScheduleRequestClient) ListDirectoryRoleAssignmentScheduleRequestsComplete

ListDirectoryRoleAssignmentScheduleRequestsComplete retrieves all the results into a single object

func (DirectoryRoleAssignmentScheduleRequestClient) ListDirectoryRoleAssignmentScheduleRequestsCompleteMatchingPredicate

ListDirectoryRoleAssignmentScheduleRequestsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DirectoryRoleAssignmentScheduleRequestClient) UpdateDirectoryRoleAssignmentScheduleRequest

UpdateDirectoryRoleAssignmentScheduleRequest - Update the navigation property roleAssignmentScheduleRequests in roleManagement

type GetDirectoryRoleAssignmentScheduleRequestOperationOptions

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

func (GetDirectoryRoleAssignmentScheduleRequestOperationOptions) ToHeaders

func (GetDirectoryRoleAssignmentScheduleRequestOperationOptions) ToOData

func (GetDirectoryRoleAssignmentScheduleRequestOperationOptions) ToQuery

type GetDirectoryRoleAssignmentScheduleRequestOperationResponse

type GetDirectoryRoleAssignmentScheduleRequestOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.UnifiedRoleAssignmentScheduleRequest
}

type GetDirectoryRoleAssignmentScheduleRequestsCountOperationOptions

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

func (GetDirectoryRoleAssignmentScheduleRequestsCountOperationOptions) ToHeaders

func (GetDirectoryRoleAssignmentScheduleRequestsCountOperationOptions) ToOData

func (GetDirectoryRoleAssignmentScheduleRequestsCountOperationOptions) ToQuery

type GetDirectoryRoleAssignmentScheduleRequestsCountOperationResponse

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

type ListDirectoryRoleAssignmentScheduleRequestsCompleteResult

type ListDirectoryRoleAssignmentScheduleRequestsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.UnifiedRoleAssignmentScheduleRequest
}

type ListDirectoryRoleAssignmentScheduleRequestsCustomPager

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

type ListDirectoryRoleAssignmentScheduleRequestsOperationOptions

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

func (ListDirectoryRoleAssignmentScheduleRequestsOperationOptions) ToOData

func (ListDirectoryRoleAssignmentScheduleRequestsOperationOptions) ToQuery

type ListDirectoryRoleAssignmentScheduleRequestsOperationResponse

type ListDirectoryRoleAssignmentScheduleRequestsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.UnifiedRoleAssignmentScheduleRequest
}

type UnifiedRoleAssignmentScheduleRequestOperationPredicate

type UnifiedRoleAssignmentScheduleRequestOperationPredicate struct {
}

func (UnifiedRoleAssignmentScheduleRequestOperationPredicate) Matches

type UpdateDirectoryRoleAssignmentScheduleRequestOperationOptions

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

func (UpdateDirectoryRoleAssignmentScheduleRequestOperationOptions) ToHeaders

func (UpdateDirectoryRoleAssignmentScheduleRequestOperationOptions) ToOData

func (UpdateDirectoryRoleAssignmentScheduleRequestOperationOptions) ToQuery

type UpdateDirectoryRoleAssignmentScheduleRequestOperationResponse

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