entitlementmanagementresource

package
v0.20241209.1115630 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 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 AccessPackageResourceOperationPredicate

type AccessPackageResourceOperationPredicate struct {
}

func (AccessPackageResourceOperationPredicate) Matches

type CreateEntitlementManagementResourceOperationOptions

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

func DefaultCreateEntitlementManagementResourceOperationOptions

func DefaultCreateEntitlementManagementResourceOperationOptions() CreateEntitlementManagementResourceOperationOptions

func (CreateEntitlementManagementResourceOperationOptions) ToHeaders

func (CreateEntitlementManagementResourceOperationOptions) ToOData

func (CreateEntitlementManagementResourceOperationOptions) ToQuery

type CreateEntitlementManagementResourceOperationResponse

type CreateEntitlementManagementResourceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.AccessPackageResource
}

type DeleteEntitlementManagementResourceOperationOptions

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

func DefaultDeleteEntitlementManagementResourceOperationOptions

func DefaultDeleteEntitlementManagementResourceOperationOptions() DeleteEntitlementManagementResourceOperationOptions

func (DeleteEntitlementManagementResourceOperationOptions) ToHeaders

func (DeleteEntitlementManagementResourceOperationOptions) ToOData

func (DeleteEntitlementManagementResourceOperationOptions) ToQuery

type DeleteEntitlementManagementResourceOperationResponse

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

type EntitlementManagementResourceClient

type EntitlementManagementResourceClient struct {
	Client *msgraph.Client
}

func NewEntitlementManagementResourceClientWithBaseURI

func NewEntitlementManagementResourceClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementResourceClient, error)

func (EntitlementManagementResourceClient) CreateEntitlementManagementResource

CreateEntitlementManagementResource - Create new navigation property to resources for identityGovernance

func (EntitlementManagementResourceClient) DeleteEntitlementManagementResource

DeleteEntitlementManagementResource - Delete navigation property resources for identityGovernance

func (EntitlementManagementResourceClient) GetEntitlementManagementResource

GetEntitlementManagementResource - Get resources from identityGovernance. The resources associated with the catalogs.

func (EntitlementManagementResourceClient) GetEntitlementManagementResourcesCount

GetEntitlementManagementResourcesCount - Get the number of the resource

func (EntitlementManagementResourceClient) ListEntitlementManagementResources

ListEntitlementManagementResources - Get resources from identityGovernance. The resources associated with the catalogs.

func (EntitlementManagementResourceClient) ListEntitlementManagementResourcesComplete

ListEntitlementManagementResourcesComplete retrieves all the results into a single object

func (EntitlementManagementResourceClient) ListEntitlementManagementResourcesCompleteMatchingPredicate

ListEntitlementManagementResourcesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementResourceClient) UpdateEntitlementManagementResource

UpdateEntitlementManagementResource - Update the navigation property resources in identityGovernance

type GetEntitlementManagementResourceOperationOptions

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

func DefaultGetEntitlementManagementResourceOperationOptions

func DefaultGetEntitlementManagementResourceOperationOptions() GetEntitlementManagementResourceOperationOptions

func (GetEntitlementManagementResourceOperationOptions) ToHeaders

func (GetEntitlementManagementResourceOperationOptions) ToOData

func (GetEntitlementManagementResourceOperationOptions) ToQuery

type GetEntitlementManagementResourceOperationResponse

type GetEntitlementManagementResourceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.AccessPackageResource
}

type GetEntitlementManagementResourcesCountOperationOptions

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

func DefaultGetEntitlementManagementResourcesCountOperationOptions

func DefaultGetEntitlementManagementResourcesCountOperationOptions() GetEntitlementManagementResourcesCountOperationOptions

func (GetEntitlementManagementResourcesCountOperationOptions) ToHeaders

func (GetEntitlementManagementResourcesCountOperationOptions) ToOData

func (GetEntitlementManagementResourcesCountOperationOptions) ToQuery

type GetEntitlementManagementResourcesCountOperationResponse

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

type ListEntitlementManagementResourcesCompleteResult

type ListEntitlementManagementResourcesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.AccessPackageResource
}

type ListEntitlementManagementResourcesCustomPager

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

type ListEntitlementManagementResourcesOperationOptions

type ListEntitlementManagementResourcesOperationOptions 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 DefaultListEntitlementManagementResourcesOperationOptions

func DefaultListEntitlementManagementResourcesOperationOptions() ListEntitlementManagementResourcesOperationOptions

func (ListEntitlementManagementResourcesOperationOptions) ToHeaders

func (ListEntitlementManagementResourcesOperationOptions) ToOData

func (ListEntitlementManagementResourcesOperationOptions) ToQuery

type ListEntitlementManagementResourcesOperationResponse

type ListEntitlementManagementResourcesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.AccessPackageResource
}

type UpdateEntitlementManagementResourceOperationOptions

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

func DefaultUpdateEntitlementManagementResourceOperationOptions

func DefaultUpdateEntitlementManagementResourceOperationOptions() UpdateEntitlementManagementResourceOperationOptions

func (UpdateEntitlementManagementResourceOperationOptions) ToHeaders

func (UpdateEntitlementManagementResourceOperationOptions) ToOData

func (UpdateEntitlementManagementResourceOperationOptions) ToQuery

type UpdateEntitlementManagementResourceOperationResponse

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