entitlementmanagementresourcerolescoperoleresourcescope

package
v0.20241128.1084944 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 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 CreateEntitlementManagementResourceRoleScopeRoleResourceScopeOperationOptions

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

func (CreateEntitlementManagementResourceRoleScopeRoleResourceScopeOperationOptions) ToHeaders

func (CreateEntitlementManagementResourceRoleScopeRoleResourceScopeOperationOptions) ToOData

func (CreateEntitlementManagementResourceRoleScopeRoleResourceScopeOperationOptions) ToQuery

type CreateEntitlementManagementResourceRoleScopeRoleResourceScopeOperationResponse

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

type DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeOperationOptions

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

func (DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeOperationOptions) ToHeaders

func (DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeOperationOptions) ToOData

func (DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeOperationOptions) ToQuery

type DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeOperationResponse

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

type EntitlementManagementResourceRoleScopeRoleResourceScopeClient

type EntitlementManagementResourceRoleScopeRoleResourceScopeClient struct {
	Client *msgraph.Client
}

func NewEntitlementManagementResourceRoleScopeRoleResourceScopeClientWithBaseURI

func NewEntitlementManagementResourceRoleScopeRoleResourceScopeClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementResourceRoleScopeRoleResourceScopeClient, error)

func (EntitlementManagementResourceRoleScopeRoleResourceScopeClient) CreateEntitlementManagementResourceRoleScopeRoleResourceScope

CreateEntitlementManagementResourceRoleScopeRoleResourceScope - Create new navigation property to scopes for identityGovernance

func (EntitlementManagementResourceRoleScopeRoleResourceScopeClient) DeleteEntitlementManagementResourceRoleScopeRoleResourceScope

DeleteEntitlementManagementResourceRoleScopeRoleResourceScope - Delete navigation property scopes for identityGovernance

func (EntitlementManagementResourceRoleScopeRoleResourceScopeClient) GetEntitlementManagementResourceRoleScopeRoleResourceScope

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

func (EntitlementManagementResourceRoleScopeRoleResourceScopeClient) GetEntitlementManagementResourceRoleScopeRoleResourceScopesCount

GetEntitlementManagementResourceRoleScopeRoleResourceScopesCount - Get the number of the resource

func (EntitlementManagementResourceRoleScopeRoleResourceScopeClient) ListEntitlementManagementResourceRoleScopeRoleResourceScopes

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

func (EntitlementManagementResourceRoleScopeRoleResourceScopeClient) ListEntitlementManagementResourceRoleScopeRoleResourceScopesComplete

ListEntitlementManagementResourceRoleScopeRoleResourceScopesComplete retrieves all the results into a single object

func (EntitlementManagementResourceRoleScopeRoleResourceScopeClient) ListEntitlementManagementResourceRoleScopeRoleResourceScopesCompleteMatchingPredicate

ListEntitlementManagementResourceRoleScopeRoleResourceScopesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementResourceRoleScopeRoleResourceScopeClient) UpdateEntitlementManagementResourceRoleScopeRoleResourceScope

UpdateEntitlementManagementResourceRoleScopeRoleResourceScope - Update the navigation property scopes in identityGovernance

type GetEntitlementManagementResourceRoleScopeRoleResourceScopeOperationOptions

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

func (GetEntitlementManagementResourceRoleScopeRoleResourceScopeOperationOptions) ToHeaders

func (GetEntitlementManagementResourceRoleScopeRoleResourceScopeOperationOptions) ToOData

func (GetEntitlementManagementResourceRoleScopeRoleResourceScopeOperationOptions) ToQuery

type GetEntitlementManagementResourceRoleScopeRoleResourceScopeOperationResponse

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

type GetEntitlementManagementResourceRoleScopeRoleResourceScopesCountOperationOptions

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

func (GetEntitlementManagementResourceRoleScopeRoleResourceScopesCountOperationOptions) ToHeaders

func (GetEntitlementManagementResourceRoleScopeRoleResourceScopesCountOperationOptions) ToOData

func (GetEntitlementManagementResourceRoleScopeRoleResourceScopesCountOperationOptions) ToQuery

type GetEntitlementManagementResourceRoleScopeRoleResourceScopesCountOperationResponse

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

type ListEntitlementManagementResourceRoleScopeRoleResourceScopesCompleteResult

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

type ListEntitlementManagementResourceRoleScopeRoleResourceScopesCustomPager

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

type ListEntitlementManagementResourceRoleScopeRoleResourceScopesOperationOptions

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

func (ListEntitlementManagementResourceRoleScopeRoleResourceScopesOperationOptions) ToOData

func (ListEntitlementManagementResourceRoleScopeRoleResourceScopesOperationOptions) ToQuery

type ListEntitlementManagementResourceRoleScopeRoleResourceScopesOperationResponse

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

type UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeOperationOptions

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

func (UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeOperationOptions) ToHeaders

func (UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeOperationOptions) ToOData

func (UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeOperationOptions) ToQuery

type UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeOperationResponse

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