enterpriseapproleassignmentapprovalstep

package
v0.20241118.1115603 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 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 ApprovalStepOperationPredicate

type ApprovalStepOperationPredicate struct {
}

func (ApprovalStepOperationPredicate) Matches

type CreateEnterpriseAppRoleAssignmentApprovalStepOperationOptions

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

func (CreateEnterpriseAppRoleAssignmentApprovalStepOperationOptions) ToHeaders

func (CreateEnterpriseAppRoleAssignmentApprovalStepOperationOptions) ToOData

func (CreateEnterpriseAppRoleAssignmentApprovalStepOperationOptions) ToQuery

type CreateEnterpriseAppRoleAssignmentApprovalStepOperationResponse

type CreateEnterpriseAppRoleAssignmentApprovalStepOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ApprovalStep
}

type DeleteEnterpriseAppRoleAssignmentApprovalStepOperationOptions

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

func (DeleteEnterpriseAppRoleAssignmentApprovalStepOperationOptions) ToHeaders

func (DeleteEnterpriseAppRoleAssignmentApprovalStepOperationOptions) ToOData

func (DeleteEnterpriseAppRoleAssignmentApprovalStepOperationOptions) ToQuery

type DeleteEnterpriseAppRoleAssignmentApprovalStepOperationResponse

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

type EnterpriseAppRoleAssignmentApprovalStepClient

type EnterpriseAppRoleAssignmentApprovalStepClient struct {
	Client *msgraph.Client
}

func NewEnterpriseAppRoleAssignmentApprovalStepClientWithBaseURI

func NewEnterpriseAppRoleAssignmentApprovalStepClientWithBaseURI(sdkApi sdkEnv.Api) (*EnterpriseAppRoleAssignmentApprovalStepClient, error)

func (EnterpriseAppRoleAssignmentApprovalStepClient) CreateEnterpriseAppRoleAssignmentApprovalStep

CreateEnterpriseAppRoleAssignmentApprovalStep - Create new navigation property to steps for roleManagement

func (EnterpriseAppRoleAssignmentApprovalStepClient) DeleteEnterpriseAppRoleAssignmentApprovalStep

DeleteEnterpriseAppRoleAssignmentApprovalStep - Delete navigation property steps for roleManagement

func (EnterpriseAppRoleAssignmentApprovalStepClient) GetEnterpriseAppRoleAssignmentApprovalStep

GetEnterpriseAppRoleAssignmentApprovalStep - Get steps from roleManagement. Used to represent the decision associated with a single step in the approval process configured in approvalStage.

func (EnterpriseAppRoleAssignmentApprovalStepClient) GetEnterpriseAppRoleAssignmentApprovalStepsCount

GetEnterpriseAppRoleAssignmentApprovalStepsCount - Get the number of the resource

func (EnterpriseAppRoleAssignmentApprovalStepClient) ListEnterpriseAppRoleAssignmentApprovalSteps

ListEnterpriseAppRoleAssignmentApprovalSteps - Get steps from roleManagement. Used to represent the decision associated with a single step in the approval process configured in approvalStage.

func (EnterpriseAppRoleAssignmentApprovalStepClient) ListEnterpriseAppRoleAssignmentApprovalStepsComplete

ListEnterpriseAppRoleAssignmentApprovalStepsComplete retrieves all the results into a single object

func (EnterpriseAppRoleAssignmentApprovalStepClient) ListEnterpriseAppRoleAssignmentApprovalStepsCompleteMatchingPredicate

ListEnterpriseAppRoleAssignmentApprovalStepsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EnterpriseAppRoleAssignmentApprovalStepClient) UpdateEnterpriseAppRoleAssignmentApprovalStep

UpdateEnterpriseAppRoleAssignmentApprovalStep - Update the navigation property steps in roleManagement

type GetEnterpriseAppRoleAssignmentApprovalStepOperationOptions

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

func (GetEnterpriseAppRoleAssignmentApprovalStepOperationOptions) ToHeaders

func (GetEnterpriseAppRoleAssignmentApprovalStepOperationOptions) ToOData

func (GetEnterpriseAppRoleAssignmentApprovalStepOperationOptions) ToQuery

type GetEnterpriseAppRoleAssignmentApprovalStepOperationResponse

type GetEnterpriseAppRoleAssignmentApprovalStepOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ApprovalStep
}

type GetEnterpriseAppRoleAssignmentApprovalStepsCountOperationOptions

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

func (GetEnterpriseAppRoleAssignmentApprovalStepsCountOperationOptions) ToHeaders

func (GetEnterpriseAppRoleAssignmentApprovalStepsCountOperationOptions) ToOData

func (GetEnterpriseAppRoleAssignmentApprovalStepsCountOperationOptions) ToQuery

type GetEnterpriseAppRoleAssignmentApprovalStepsCountOperationResponse

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

type ListEnterpriseAppRoleAssignmentApprovalStepsCompleteResult

type ListEnterpriseAppRoleAssignmentApprovalStepsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.ApprovalStep
}

type ListEnterpriseAppRoleAssignmentApprovalStepsCustomPager

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

type ListEnterpriseAppRoleAssignmentApprovalStepsOperationOptions

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

func (ListEnterpriseAppRoleAssignmentApprovalStepsOperationOptions) ToOData

func (ListEnterpriseAppRoleAssignmentApprovalStepsOperationOptions) ToQuery

type ListEnterpriseAppRoleAssignmentApprovalStepsOperationResponse

type ListEnterpriseAppRoleAssignmentApprovalStepsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.ApprovalStep
}

type UpdateEnterpriseAppRoleAssignmentApprovalStepOperationOptions

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

func (UpdateEnterpriseAppRoleAssignmentApprovalStepOperationOptions) ToHeaders

func (UpdateEnterpriseAppRoleAssignmentApprovalStepOperationOptions) ToOData

func (UpdateEnterpriseAppRoleAssignmentApprovalStepOperationOptions) ToQuery

type UpdateEnterpriseAppRoleAssignmentApprovalStepOperationResponse

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