entitlementmanagementaccesspackageresourcerolescopescoperesourcescope

package
v0.20241104.1140654 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 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 CreateEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationOptions

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

func (CreateEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationOptions) ToHeaders

func (CreateEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationOptions) ToOData

func (CreateEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationOptions) ToQuery

type CreateEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationResponse

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

type DeleteEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationOptions

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

func (DeleteEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationOptions) ToHeaders

func (DeleteEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationOptions) ToOData

func (DeleteEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationOptions) ToQuery

type DeleteEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationResponse

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

type EntitlementManagementAccessPackageResourceRoleScopeScopeResourceScopeClient

type EntitlementManagementAccessPackageResourceRoleScopeScopeResourceScopeClient struct {
	Client *msgraph.Client
}

func (EntitlementManagementAccessPackageResourceRoleScopeScopeResourceScopeClient) CreateEntitlementManagementAccessPackageResourceRoleScopeResourceScope

CreateEntitlementManagementAccessPackageResourceRoleScopeResourceScope - Create new navigation property to scopes for identityGovernance

func (EntitlementManagementAccessPackageResourceRoleScopeScopeResourceScopeClient) DeleteEntitlementManagementAccessPackageResourceRoleScopeResourceScope

DeleteEntitlementManagementAccessPackageResourceRoleScopeResourceScope - Delete navigation property scopes for identityGovernance

func (EntitlementManagementAccessPackageResourceRoleScopeScopeResourceScopeClient) GetEntitlementManagementAccessPackageResourceRoleScopeResourceScope

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

func (EntitlementManagementAccessPackageResourceRoleScopeScopeResourceScopeClient) GetEntitlementManagementAccessPackageResourceRoleScopeResourceScopesCount

GetEntitlementManagementAccessPackageResourceRoleScopeResourceScopesCount - Get the number of the resource

func (EntitlementManagementAccessPackageResourceRoleScopeScopeResourceScopeClient) ListEntitlementManagementAccessPackageResourceRoleScopeResourceScopes

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

func (EntitlementManagementAccessPackageResourceRoleScopeScopeResourceScopeClient) ListEntitlementManagementAccessPackageResourceRoleScopeResourceScopesComplete

ListEntitlementManagementAccessPackageResourceRoleScopeResourceScopesComplete retrieves all the results into a single object

func (EntitlementManagementAccessPackageResourceRoleScopeScopeResourceScopeClient) ListEntitlementManagementAccessPackageResourceRoleScopeResourceScopesCompleteMatchingPredicate

ListEntitlementManagementAccessPackageResourceRoleScopeResourceScopesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementAccessPackageResourceRoleScopeScopeResourceScopeClient) UpdateEntitlementManagementAccessPackageResourceRoleScopeResourceScope

UpdateEntitlementManagementAccessPackageResourceRoleScopeResourceScope - Update the navigation property scopes in identityGovernance

type GetEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationOptions

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

func (GetEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationOptions) ToHeaders

func (GetEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationOptions) ToOData

func (GetEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationOptions) ToQuery

type GetEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationResponse

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

type GetEntitlementManagementAccessPackageResourceRoleScopeResourceScopesCountOperationOptions

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

func (GetEntitlementManagementAccessPackageResourceRoleScopeResourceScopesCountOperationOptions) ToHeaders

func (GetEntitlementManagementAccessPackageResourceRoleScopeResourceScopesCountOperationOptions) ToOData

func (GetEntitlementManagementAccessPackageResourceRoleScopeResourceScopesCountOperationOptions) ToQuery

type GetEntitlementManagementAccessPackageResourceRoleScopeResourceScopesCountOperationResponse

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

type ListEntitlementManagementAccessPackageResourceRoleScopeResourceScopesCompleteResult

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

type ListEntitlementManagementAccessPackageResourceRoleScopeResourceScopesCustomPager

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

type ListEntitlementManagementAccessPackageResourceRoleScopeResourceScopesOperationOptions

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

func (ListEntitlementManagementAccessPackageResourceRoleScopeResourceScopesOperationOptions) ToOData

func (ListEntitlementManagementAccessPackageResourceRoleScopeResourceScopesOperationOptions) ToQuery

type ListEntitlementManagementAccessPackageResourceRoleScopeResourceScopesOperationResponse

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

type UpdateEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationOptions

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

func (UpdateEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationOptions) ToHeaders

func (UpdateEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationOptions) ToOData

func (UpdateEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationOptions) ToQuery

type UpdateEntitlementManagementAccessPackageResourceRoleScopeResourceScopeOperationResponse

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