entitlementmanagementcatalogcustomworkflowextension

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: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateEntitlementManagementCatalogCustomWorkflowExtensionOperationOptions

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

func (CreateEntitlementManagementCatalogCustomWorkflowExtensionOperationOptions) ToHeaders

func (CreateEntitlementManagementCatalogCustomWorkflowExtensionOperationOptions) ToOData

func (CreateEntitlementManagementCatalogCustomWorkflowExtensionOperationOptions) ToQuery

type CreateEntitlementManagementCatalogCustomWorkflowExtensionOperationResponse

type CreateEntitlementManagementCatalogCustomWorkflowExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        stable.CustomCalloutExtension
}

type CustomCalloutExtensionOperationPredicate

type CustomCalloutExtensionOperationPredicate struct {
}

func (CustomCalloutExtensionOperationPredicate) Matches

type DeleteEntitlementManagementCatalogCustomWorkflowExtensionOperationOptions

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

func (DeleteEntitlementManagementCatalogCustomWorkflowExtensionOperationOptions) ToHeaders

func (DeleteEntitlementManagementCatalogCustomWorkflowExtensionOperationOptions) ToOData

func (DeleteEntitlementManagementCatalogCustomWorkflowExtensionOperationOptions) ToQuery

type DeleteEntitlementManagementCatalogCustomWorkflowExtensionOperationResponse

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

type EntitlementManagementCatalogCustomWorkflowExtensionClient

type EntitlementManagementCatalogCustomWorkflowExtensionClient struct {
	Client *msgraph.Client
}

func NewEntitlementManagementCatalogCustomWorkflowExtensionClientWithBaseURI

func NewEntitlementManagementCatalogCustomWorkflowExtensionClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementCatalogCustomWorkflowExtensionClient, error)

func (EntitlementManagementCatalogCustomWorkflowExtensionClient) CreateEntitlementManagementCatalogCustomWorkflowExtension

CreateEntitlementManagementCatalogCustomWorkflowExtension - Create accessPackageCustomWorkflowExtension. Create a new accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension.

func (EntitlementManagementCatalogCustomWorkflowExtensionClient) DeleteEntitlementManagementCatalogCustomWorkflowExtension

DeleteEntitlementManagementCatalogCustomWorkflowExtension - Delete accessPackageAssignmentRequestWorkflowExtension. Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies

func (EntitlementManagementCatalogCustomWorkflowExtensionClient) GetEntitlementManagementCatalogCustomWorkflowExtension

GetEntitlementManagementCatalogCustomWorkflowExtension - Get accessPackageAssignmentRequestWorkflowExtension. Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.

func (EntitlementManagementCatalogCustomWorkflowExtensionClient) GetEntitlementManagementCatalogCustomWorkflowExtensionsCount

GetEntitlementManagementCatalogCustomWorkflowExtensionsCount - Get the number of the resource

func (EntitlementManagementCatalogCustomWorkflowExtensionClient) ListEntitlementManagementCatalogCustomWorkflowExtensions

ListEntitlementManagementCatalogCustomWorkflowExtensions - List accessPackageCustomWorkflowExtensions. Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension.

func (EntitlementManagementCatalogCustomWorkflowExtensionClient) ListEntitlementManagementCatalogCustomWorkflowExtensionsComplete

ListEntitlementManagementCatalogCustomWorkflowExtensionsComplete retrieves all the results into a single object

func (EntitlementManagementCatalogCustomWorkflowExtensionClient) ListEntitlementManagementCatalogCustomWorkflowExtensionsCompleteMatchingPredicate

ListEntitlementManagementCatalogCustomWorkflowExtensionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementCatalogCustomWorkflowExtensionClient) UpdateEntitlementManagementCatalogCustomWorkflowExtension

UpdateEntitlementManagementCatalogCustomWorkflowExtension - Update accessPackageAssignmentRequestWorkflowExtension. Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.

type GetEntitlementManagementCatalogCustomWorkflowExtensionOperationOptions

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

func (GetEntitlementManagementCatalogCustomWorkflowExtensionOperationOptions) ToHeaders

func (GetEntitlementManagementCatalogCustomWorkflowExtensionOperationOptions) ToOData

func (GetEntitlementManagementCatalogCustomWorkflowExtensionOperationOptions) ToQuery

type GetEntitlementManagementCatalogCustomWorkflowExtensionOperationResponse

type GetEntitlementManagementCatalogCustomWorkflowExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        stable.CustomCalloutExtension
}

type GetEntitlementManagementCatalogCustomWorkflowExtensionsCountOperationOptions

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

func (GetEntitlementManagementCatalogCustomWorkflowExtensionsCountOperationOptions) ToHeaders

func (GetEntitlementManagementCatalogCustomWorkflowExtensionsCountOperationOptions) ToOData

func (GetEntitlementManagementCatalogCustomWorkflowExtensionsCountOperationOptions) ToQuery

type GetEntitlementManagementCatalogCustomWorkflowExtensionsCountOperationResponse

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

type ListEntitlementManagementCatalogCustomWorkflowExtensionsCompleteResult

type ListEntitlementManagementCatalogCustomWorkflowExtensionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.CustomCalloutExtension
}

type ListEntitlementManagementCatalogCustomWorkflowExtensionsCustomPager

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

type ListEntitlementManagementCatalogCustomWorkflowExtensionsOperationOptions

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

func (ListEntitlementManagementCatalogCustomWorkflowExtensionsOperationOptions) ToOData

func (ListEntitlementManagementCatalogCustomWorkflowExtensionsOperationOptions) ToQuery

type ListEntitlementManagementCatalogCustomWorkflowExtensionsOperationResponse

type ListEntitlementManagementCatalogCustomWorkflowExtensionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.CustomCalloutExtension
}

type UpdateEntitlementManagementCatalogCustomWorkflowExtensionOperationOptions

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

func (UpdateEntitlementManagementCatalogCustomWorkflowExtensionOperationOptions) ToHeaders

func (UpdateEntitlementManagementCatalogCustomWorkflowExtensionOperationOptions) ToOData

func (UpdateEntitlementManagementCatalogCustomWorkflowExtensionOperationOptions) ToQuery

type UpdateEntitlementManagementCatalogCustomWorkflowExtensionOperationResponse

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