appconsentappconsentrequestuserconsentrequestapprovalstage

package
v0.20241126.2320 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 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 AppConsentAppConsentRequestUserConsentRequestApprovalStageClient

type AppConsentAppConsentRequestUserConsentRequestApprovalStageClient struct {
	Client *msgraph.Client
}

func NewAppConsentAppConsentRequestUserConsentRequestApprovalStageClientWithBaseURI

func NewAppConsentAppConsentRequestUserConsentRequestApprovalStageClientWithBaseURI(sdkApi sdkEnv.Api) (*AppConsentAppConsentRequestUserConsentRequestApprovalStageClient, error)

func (AppConsentAppConsentRequestUserConsentRequestApprovalStageClient) CreateAppConsentRequestUserConsentRequestApprovalStage

CreateAppConsentRequestUserConsentRequestApprovalStage - Create new navigation property to stages for identityGovernance

func (AppConsentAppConsentRequestUserConsentRequestApprovalStageClient) DeleteAppConsentRequestUserConsentRequestApprovalStage

DeleteAppConsentRequestUserConsentRequestApprovalStage - Delete navigation property stages for identityGovernance

func (AppConsentAppConsentRequestUserConsentRequestApprovalStageClient) GetAppConsentRequestUserConsentRequestApprovalStage

GetAppConsentRequestUserConsentRequestApprovalStage - Get stages from identityGovernance. A collection of stages in the approval decision.

func (AppConsentAppConsentRequestUserConsentRequestApprovalStageClient) GetAppConsentRequestUserConsentRequestApprovalStagesCount

GetAppConsentRequestUserConsentRequestApprovalStagesCount - Get the number of the resource

func (AppConsentAppConsentRequestUserConsentRequestApprovalStageClient) ListAppConsentRequestUserConsentRequestApprovalStages

ListAppConsentRequestUserConsentRequestApprovalStages - Get stages from identityGovernance. A collection of stages in the approval decision.

func (AppConsentAppConsentRequestUserConsentRequestApprovalStageClient) ListAppConsentRequestUserConsentRequestApprovalStagesComplete

ListAppConsentRequestUserConsentRequestApprovalStagesComplete retrieves all the results into a single object

func (AppConsentAppConsentRequestUserConsentRequestApprovalStageClient) ListAppConsentRequestUserConsentRequestApprovalStagesCompleteMatchingPredicate

ListAppConsentRequestUserConsentRequestApprovalStagesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (AppConsentAppConsentRequestUserConsentRequestApprovalStageClient) UpdateAppConsentRequestUserConsentRequestApprovalStage

UpdateAppConsentRequestUserConsentRequestApprovalStage - Update the navigation property stages in identityGovernance

type ApprovalStageOperationPredicate

type ApprovalStageOperationPredicate struct {
}

func (ApprovalStageOperationPredicate) Matches

type CreateAppConsentRequestUserConsentRequestApprovalStageOperationOptions

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

func (CreateAppConsentRequestUserConsentRequestApprovalStageOperationOptions) ToHeaders

func (CreateAppConsentRequestUserConsentRequestApprovalStageOperationOptions) ToOData

func (CreateAppConsentRequestUserConsentRequestApprovalStageOperationOptions) ToQuery

type CreateAppConsentRequestUserConsentRequestApprovalStageOperationResponse

type CreateAppConsentRequestUserConsentRequestApprovalStageOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.ApprovalStage
}

type DeleteAppConsentRequestUserConsentRequestApprovalStageOperationOptions

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

func (DeleteAppConsentRequestUserConsentRequestApprovalStageOperationOptions) ToHeaders

func (DeleteAppConsentRequestUserConsentRequestApprovalStageOperationOptions) ToOData

func (DeleteAppConsentRequestUserConsentRequestApprovalStageOperationOptions) ToQuery

type DeleteAppConsentRequestUserConsentRequestApprovalStageOperationResponse

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

type GetAppConsentRequestUserConsentRequestApprovalStageOperationOptions

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

func (GetAppConsentRequestUserConsentRequestApprovalStageOperationOptions) ToHeaders

func (GetAppConsentRequestUserConsentRequestApprovalStageOperationOptions) ToOData

func (GetAppConsentRequestUserConsentRequestApprovalStageOperationOptions) ToQuery

type GetAppConsentRequestUserConsentRequestApprovalStageOperationResponse

type GetAppConsentRequestUserConsentRequestApprovalStageOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.ApprovalStage
}

type GetAppConsentRequestUserConsentRequestApprovalStagesCountOperationOptions

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

func (GetAppConsentRequestUserConsentRequestApprovalStagesCountOperationOptions) ToHeaders

func (GetAppConsentRequestUserConsentRequestApprovalStagesCountOperationOptions) ToOData

func (GetAppConsentRequestUserConsentRequestApprovalStagesCountOperationOptions) ToQuery

type GetAppConsentRequestUserConsentRequestApprovalStagesCountOperationResponse

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

type ListAppConsentRequestUserConsentRequestApprovalStagesCompleteResult

type ListAppConsentRequestUserConsentRequestApprovalStagesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.ApprovalStage
}

type ListAppConsentRequestUserConsentRequestApprovalStagesCustomPager

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

type ListAppConsentRequestUserConsentRequestApprovalStagesOperationOptions

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

func (ListAppConsentRequestUserConsentRequestApprovalStagesOperationOptions) ToOData

func (ListAppConsentRequestUserConsentRequestApprovalStagesOperationOptions) ToQuery

type ListAppConsentRequestUserConsentRequestApprovalStagesOperationResponse

type ListAppConsentRequestUserConsentRequestApprovalStagesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.ApprovalStage
}

type UpdateAppConsentRequestUserConsentRequestApprovalStageOperationOptions

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

func (UpdateAppConsentRequestUserConsentRequestApprovalStageOperationOptions) ToHeaders

func (UpdateAppConsentRequestUserConsentRequestApprovalStageOperationOptions) ToOData

func (UpdateAppConsentRequestUserConsentRequestApprovalStageOperationOptions) ToQuery

type UpdateAppConsentRequestUserConsentRequestApprovalStageOperationResponse

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