entitlementmanagementaccesspackagecatalogcustomaccesspackageworkflowextension

package
v0.20241212.1154051 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 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 CreateEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationOptions

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

func (CreateEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationOptions) ToHeaders

func (CreateEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationOptions) ToOData

func (CreateEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationOptions) ToQuery

type CreateEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationResponse

type CreateEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.CustomAccessPackageWorkflowExtension
}

type CustomAccessPackageWorkflowExtensionOperationPredicate

type CustomAccessPackageWorkflowExtensionOperationPredicate struct {
}

func (CustomAccessPackageWorkflowExtensionOperationPredicate) Matches

type DeleteEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationOptions

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

func (DeleteEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationOptions) ToHeaders

func (DeleteEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationOptions) ToOData

func (DeleteEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationOptions) ToQuery

type DeleteEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationResponse

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

type EntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtensionClient

type EntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtensionClient struct {
	Client *msgraph.Client
}

func (EntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtensionClient) CreateEntitlementManagementAccessPackageCatalogCustomWorkflowExtension

CreateEntitlementManagementAccessPackageCatalogCustomWorkflowExtension - Create customAccessPackageWorkflowExtensions. Create a new customAccessPackageWorkflowExtension object and add it to an existing accessPackageCatalog object.

func (EntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtensionClient) DeleteEntitlementManagementAccessPackageCatalogCustomWorkflowExtension

DeleteEntitlementManagementAccessPackageCatalogCustomWorkflowExtension - 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: 1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog). 2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation. 3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy.

func (EntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtensionClient) GetEntitlementManagementAccessPackageCatalogCustomWorkflowExtension

GetEntitlementManagementAccessPackageCatalogCustomWorkflowExtension - Get customAccessPackageWorkflowExtension. Read the properties and relationships of a customAccessPackageWorkflowExtension object for an accessPackageCatalog object.

func (EntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtensionClient) GetEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsCount

GetEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsCount - Get the number of the resource

func (EntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtensionClient) ListEntitlementManagementAccessPackageCatalogCustomWorkflowExtensions

ListEntitlementManagementAccessPackageCatalogCustomWorkflowExtensions - List customAccessPackageWorkflowExtensions. Get a list of the customAccessPackageWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read.

func (EntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtensionClient) ListEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsComplete

ListEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsComplete retrieves all the results into a single object

func (EntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtensionClient) ListEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsCompleteMatchingPredicate

ListEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtensionClient) UpdateEntitlementManagementAccessPackageCatalogCustomWorkflowExtension

UpdateEntitlementManagementAccessPackageCatalogCustomWorkflowExtension - Update customAccessPackageWorkflowExtension. Update the properties of an existing customAccessPackageWorkflowExtension object.

type GetEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationOptions

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

func (GetEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationOptions) ToHeaders

func (GetEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationOptions) ToOData

func (GetEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationOptions) ToQuery

type GetEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationResponse

type GetEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.CustomAccessPackageWorkflowExtension
}

type GetEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsCountOperationOptions

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

func (GetEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsCountOperationOptions) ToHeaders

func (GetEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsCountOperationOptions) ToOData

func (GetEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsCountOperationOptions) ToQuery

type GetEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsCountOperationResponse

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

type ListEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsCompleteResult

type ListEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.CustomAccessPackageWorkflowExtension
}

type ListEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsCustomPager

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

type ListEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsOperationOptions

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

func (ListEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsOperationOptions) ToOData

func (ListEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsOperationOptions) ToQuery

type ListEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsOperationResponse

type ListEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.CustomAccessPackageWorkflowExtension
}

type UpdateEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationOptions

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

func (UpdateEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationOptions) ToHeaders

func (UpdateEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationOptions) ToOData

func (UpdateEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationOptions) ToQuery

type UpdateEntitlementManagementAccessPackageCatalogCustomWorkflowExtensionOperationResponse

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