entitlementmanagementresourcescope

package
v0.20241111.1164443 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 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 AccessPackageResourceScopeOperationPredicate

type AccessPackageResourceScopeOperationPredicate struct {
}

func (AccessPackageResourceScopeOperationPredicate) Matches

type CreateEntitlementManagementResourceScopeOperationOptions

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

func (CreateEntitlementManagementResourceScopeOperationOptions) ToHeaders

func (CreateEntitlementManagementResourceScopeOperationOptions) ToOData

func (CreateEntitlementManagementResourceScopeOperationOptions) ToQuery

type CreateEntitlementManagementResourceScopeOperationResponse

type CreateEntitlementManagementResourceScopeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.AccessPackageResourceScope
}

type DeleteEntitlementManagementResourceScopeOperationOptions

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

func (DeleteEntitlementManagementResourceScopeOperationOptions) ToHeaders

func (DeleteEntitlementManagementResourceScopeOperationOptions) ToOData

func (DeleteEntitlementManagementResourceScopeOperationOptions) ToQuery

type DeleteEntitlementManagementResourceScopeOperationResponse

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

type EntitlementManagementResourceScopeClient

type EntitlementManagementResourceScopeClient struct {
	Client *msgraph.Client
}

func NewEntitlementManagementResourceScopeClientWithBaseURI

func NewEntitlementManagementResourceScopeClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementResourceScopeClient, error)

func (EntitlementManagementResourceScopeClient) CreateEntitlementManagementResourceScope

CreateEntitlementManagementResourceScope - Create new navigation property to scopes for identityGovernance

func (EntitlementManagementResourceScopeClient) DeleteEntitlementManagementResourceScope

DeleteEntitlementManagementResourceScope - Delete navigation property scopes for identityGovernance

func (EntitlementManagementResourceScopeClient) GetEntitlementManagementResourceScope

GetEntitlementManagementResourceScope - Get scopes from identityGovernance. Read-only. Nullable. Supports $expand.

func (EntitlementManagementResourceScopeClient) GetEntitlementManagementResourceScopesCount

GetEntitlementManagementResourceScopesCount - Get the number of the resource

func (EntitlementManagementResourceScopeClient) ListEntitlementManagementResourceScopes

ListEntitlementManagementResourceScopes - Get scopes from identityGovernance. Read-only. Nullable. Supports $expand.

func (EntitlementManagementResourceScopeClient) ListEntitlementManagementResourceScopesComplete

ListEntitlementManagementResourceScopesComplete retrieves all the results into a single object

func (EntitlementManagementResourceScopeClient) ListEntitlementManagementResourceScopesCompleteMatchingPredicate

ListEntitlementManagementResourceScopesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementResourceScopeClient) UpdateEntitlementManagementResourceScope

UpdateEntitlementManagementResourceScope - Update the navigation property scopes in identityGovernance

type GetEntitlementManagementResourceScopeOperationOptions

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

func DefaultGetEntitlementManagementResourceScopeOperationOptions

func DefaultGetEntitlementManagementResourceScopeOperationOptions() GetEntitlementManagementResourceScopeOperationOptions

func (GetEntitlementManagementResourceScopeOperationOptions) ToHeaders

func (GetEntitlementManagementResourceScopeOperationOptions) ToOData

func (GetEntitlementManagementResourceScopeOperationOptions) ToQuery

type GetEntitlementManagementResourceScopeOperationResponse

type GetEntitlementManagementResourceScopeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.AccessPackageResourceScope
}

type GetEntitlementManagementResourceScopesCountOperationOptions

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

func (GetEntitlementManagementResourceScopesCountOperationOptions) ToHeaders

func (GetEntitlementManagementResourceScopesCountOperationOptions) ToOData

func (GetEntitlementManagementResourceScopesCountOperationOptions) ToQuery

type GetEntitlementManagementResourceScopesCountOperationResponse

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

type ListEntitlementManagementResourceScopesCompleteResult

type ListEntitlementManagementResourceScopesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.AccessPackageResourceScope
}

type ListEntitlementManagementResourceScopesCustomPager

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

type ListEntitlementManagementResourceScopesOperationOptions

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

func (ListEntitlementManagementResourceScopesOperationOptions) ToOData

func (ListEntitlementManagementResourceScopesOperationOptions) ToQuery

type ListEntitlementManagementResourceScopesOperationResponse

type ListEntitlementManagementResourceScopesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.AccessPackageResourceScope
}

type UpdateEntitlementManagementResourceScopeOperationOptions

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

func (UpdateEntitlementManagementResourceScopeOperationOptions) ToHeaders

func (UpdateEntitlementManagementResourceScopeOperationOptions) ToOData

func (UpdateEntitlementManagementResourceScopeOperationOptions) ToQuery

type UpdateEntitlementManagementResourceScopeOperationResponse

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