entitlementmanagementaccesspackageaccesspackageresourcerolescope

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 AccessPackageResourceRoleScopeOperationPredicate

type AccessPackageResourceRoleScopeOperationPredicate struct {
}

func (AccessPackageResourceRoleScopeOperationPredicate) Matches

type CreateEntitlementManagementAccessPackageResourceRoleScopeOperationOptions

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

func (CreateEntitlementManagementAccessPackageResourceRoleScopeOperationOptions) ToHeaders

func (CreateEntitlementManagementAccessPackageResourceRoleScopeOperationOptions) ToOData

func (CreateEntitlementManagementAccessPackageResourceRoleScopeOperationOptions) ToQuery

type CreateEntitlementManagementAccessPackageResourceRoleScopeOperationResponse

type CreateEntitlementManagementAccessPackageResourceRoleScopeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.AccessPackageResourceRoleScope
}

type DeleteEntitlementManagementAccessPackageResourceRoleScopeOperationOptions

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

func (DeleteEntitlementManagementAccessPackageResourceRoleScopeOperationOptions) ToHeaders

func (DeleteEntitlementManagementAccessPackageResourceRoleScopeOperationOptions) ToOData

func (DeleteEntitlementManagementAccessPackageResourceRoleScopeOperationOptions) ToQuery

type DeleteEntitlementManagementAccessPackageResourceRoleScopeOperationResponse

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

type EntitlementManagementAccessPackageAccessPackageResourceRoleScopeClient

type EntitlementManagementAccessPackageAccessPackageResourceRoleScopeClient struct {
	Client *msgraph.Client
}

func NewEntitlementManagementAccessPackageAccessPackageResourceRoleScopeClientWithBaseURI

func NewEntitlementManagementAccessPackageAccessPackageResourceRoleScopeClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementAccessPackageAccessPackageResourceRoleScopeClient, error)

func (EntitlementManagementAccessPackageAccessPackageResourceRoleScopeClient) CreateEntitlementManagementAccessPackageResourceRoleScope

CreateEntitlementManagementAccessPackageResourceRoleScope - Create accessPackageResourceRoleScope. Create a new accessPackageResourceRoleScope for adding a resource role to an access package. The access package resource, for a group, an app, or a SharePoint Online site, must already exist in the access package catalog, and the originId for the resource role retrieved from the list of the resource roles. Once you add the resource role scope to the access package, the user will receive this resource role through any current and future access package assignments.

func (EntitlementManagementAccessPackageAccessPackageResourceRoleScopeClient) DeleteEntitlementManagementAccessPackageResourceRoleScope

DeleteEntitlementManagementAccessPackageResourceRoleScope - Delete navigation property accessPackageResourceRoleScopes for identityGovernance

func (EntitlementManagementAccessPackageAccessPackageResourceRoleScopeClient) GetEntitlementManagementAccessPackageResourceRoleScope

GetEntitlementManagementAccessPackageResourceRoleScope - Get accessPackageResourceRoleScopes from identityGovernance

func (EntitlementManagementAccessPackageAccessPackageResourceRoleScopeClient) GetEntitlementManagementAccessPackageResourceRoleScopesCount

GetEntitlementManagementAccessPackageResourceRoleScopesCount - Get the number of the resource

func (EntitlementManagementAccessPackageAccessPackageResourceRoleScopeClient) ListEntitlementManagementAccessPackageResourceRoleScopes

ListEntitlementManagementAccessPackageResourceRoleScopes - Get accessPackageResourceRoleScopes from identityGovernance

func (EntitlementManagementAccessPackageAccessPackageResourceRoleScopeClient) ListEntitlementManagementAccessPackageResourceRoleScopesComplete

ListEntitlementManagementAccessPackageResourceRoleScopesComplete retrieves all the results into a single object

func (EntitlementManagementAccessPackageAccessPackageResourceRoleScopeClient) ListEntitlementManagementAccessPackageResourceRoleScopesCompleteMatchingPredicate

ListEntitlementManagementAccessPackageResourceRoleScopesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementAccessPackageAccessPackageResourceRoleScopeClient) UpdateEntitlementManagementAccessPackageResourceRoleScope

UpdateEntitlementManagementAccessPackageResourceRoleScope - Update the navigation property accessPackageResourceRoleScopes in identityGovernance

type GetEntitlementManagementAccessPackageResourceRoleScopeOperationOptions

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

func (GetEntitlementManagementAccessPackageResourceRoleScopeOperationOptions) ToHeaders

func (GetEntitlementManagementAccessPackageResourceRoleScopeOperationOptions) ToOData

func (GetEntitlementManagementAccessPackageResourceRoleScopeOperationOptions) ToQuery

type GetEntitlementManagementAccessPackageResourceRoleScopeOperationResponse

type GetEntitlementManagementAccessPackageResourceRoleScopeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.AccessPackageResourceRoleScope
}

type GetEntitlementManagementAccessPackageResourceRoleScopesCountOperationOptions

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

func (GetEntitlementManagementAccessPackageResourceRoleScopesCountOperationOptions) ToHeaders

func (GetEntitlementManagementAccessPackageResourceRoleScopesCountOperationOptions) ToOData

func (GetEntitlementManagementAccessPackageResourceRoleScopesCountOperationOptions) ToQuery

type GetEntitlementManagementAccessPackageResourceRoleScopesCountOperationResponse

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

type ListEntitlementManagementAccessPackageResourceRoleScopesCompleteResult

type ListEntitlementManagementAccessPackageResourceRoleScopesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.AccessPackageResourceRoleScope
}

type ListEntitlementManagementAccessPackageResourceRoleScopesCustomPager

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

type ListEntitlementManagementAccessPackageResourceRoleScopesOperationOptions

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

func (ListEntitlementManagementAccessPackageResourceRoleScopesOperationOptions) ToOData

func (ListEntitlementManagementAccessPackageResourceRoleScopesOperationOptions) ToQuery

type ListEntitlementManagementAccessPackageResourceRoleScopesOperationResponse

type ListEntitlementManagementAccessPackageResourceRoleScopesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.AccessPackageResourceRoleScope
}

type UpdateEntitlementManagementAccessPackageResourceRoleScopeOperationOptions

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

func (UpdateEntitlementManagementAccessPackageResourceRoleScopeOperationOptions) ToHeaders

func (UpdateEntitlementManagementAccessPackageResourceRoleScopeOperationOptions) ToOData

func (UpdateEntitlementManagementAccessPackageResourceRoleScopeOperationOptions) ToQuery

type UpdateEntitlementManagementAccessPackageResourceRoleScopeOperationResponse

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