entitlementmanagementresourceroleresourcescope

package
v0.20241016.1080325 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 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 AccessPackageResourceScopeOperationPredicate

type AccessPackageResourceScopeOperationPredicate struct {
}

func (AccessPackageResourceScopeOperationPredicate) Matches

type CreateEntitlementManagementResourceRoleResourceScopeOperationOptions

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

func (CreateEntitlementManagementResourceRoleResourceScopeOperationOptions) ToHeaders

func (CreateEntitlementManagementResourceRoleResourceScopeOperationOptions) ToOData

func (CreateEntitlementManagementResourceRoleResourceScopeOperationOptions) ToQuery

type CreateEntitlementManagementResourceRoleResourceScopeOperationResponse

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

type DeleteEntitlementManagementResourceRoleResourceScopeOperationOptions

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

func (DeleteEntitlementManagementResourceRoleResourceScopeOperationOptions) ToHeaders

func (DeleteEntitlementManagementResourceRoleResourceScopeOperationOptions) ToOData

func (DeleteEntitlementManagementResourceRoleResourceScopeOperationOptions) ToQuery

type DeleteEntitlementManagementResourceRoleResourceScopeOperationResponse

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

type EntitlementManagementResourceRoleResourceScopeClient

type EntitlementManagementResourceRoleResourceScopeClient struct {
	Client *msgraph.Client
}

func NewEntitlementManagementResourceRoleResourceScopeClientWithBaseURI

func NewEntitlementManagementResourceRoleResourceScopeClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementResourceRoleResourceScopeClient, error)

func (EntitlementManagementResourceRoleResourceScopeClient) CreateEntitlementManagementResourceRoleResourceScope

CreateEntitlementManagementResourceRoleResourceScope - Create new navigation property to scopes for identityGovernance

func (EntitlementManagementResourceRoleResourceScopeClient) DeleteEntitlementManagementResourceRoleResourceScope

DeleteEntitlementManagementResourceRoleResourceScope - Delete navigation property scopes for identityGovernance

func (EntitlementManagementResourceRoleResourceScopeClient) GetEntitlementManagementResourceRoleResourceScope

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

func (EntitlementManagementResourceRoleResourceScopeClient) GetEntitlementManagementResourceRoleResourceScopesCount

GetEntitlementManagementResourceRoleResourceScopesCount - Get the number of the resource

func (EntitlementManagementResourceRoleResourceScopeClient) ListEntitlementManagementResourceRoleResourceScopes

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

func (EntitlementManagementResourceRoleResourceScopeClient) ListEntitlementManagementResourceRoleResourceScopesComplete

ListEntitlementManagementResourceRoleResourceScopesComplete retrieves all the results into a single object

func (EntitlementManagementResourceRoleResourceScopeClient) ListEntitlementManagementResourceRoleResourceScopesCompleteMatchingPredicate

ListEntitlementManagementResourceRoleResourceScopesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementResourceRoleResourceScopeClient) UpdateEntitlementManagementResourceRoleResourceScope

UpdateEntitlementManagementResourceRoleResourceScope - Update the navigation property scopes in identityGovernance

type GetEntitlementManagementResourceRoleResourceScopeOperationOptions

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

func (GetEntitlementManagementResourceRoleResourceScopeOperationOptions) ToHeaders

func (GetEntitlementManagementResourceRoleResourceScopeOperationOptions) ToOData

func (GetEntitlementManagementResourceRoleResourceScopeOperationOptions) ToQuery

type GetEntitlementManagementResourceRoleResourceScopeOperationResponse

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

type GetEntitlementManagementResourceRoleResourceScopesCountOperationOptions

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

func (GetEntitlementManagementResourceRoleResourceScopesCountOperationOptions) ToHeaders

func (GetEntitlementManagementResourceRoleResourceScopesCountOperationOptions) ToOData

func (GetEntitlementManagementResourceRoleResourceScopesCountOperationOptions) ToQuery

type GetEntitlementManagementResourceRoleResourceScopesCountOperationResponse

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

type ListEntitlementManagementResourceRoleResourceScopesCompleteResult

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

type ListEntitlementManagementResourceRoleResourceScopesCustomPager

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

type ListEntitlementManagementResourceRoleResourceScopesOperationOptions

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

func (ListEntitlementManagementResourceRoleResourceScopesOperationOptions) ToOData

func (ListEntitlementManagementResourceRoleResourceScopesOperationOptions) ToQuery

type ListEntitlementManagementResourceRoleResourceScopesOperationResponse

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

type UpdateEntitlementManagementResourceRoleResourceScopeOperationOptions

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

func (UpdateEntitlementManagementResourceRoleResourceScopeOperationOptions) ToHeaders

func (UpdateEntitlementManagementResourceRoleResourceScopeOperationOptions) ToOData

func (UpdateEntitlementManagementResourceRoleResourceScopeOperationOptions) ToQuery

type UpdateEntitlementManagementResourceRoleResourceScopeOperationResponse

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