entitlementmanagementresourcerolescope

package
v0.20241025.1143247 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 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 AccessPackageResourceRoleScopeOperationPredicate

type AccessPackageResourceRoleScopeOperationPredicate struct {
}

func (AccessPackageResourceRoleScopeOperationPredicate) Matches

type CreateEntitlementManagementResourceRoleScopeOperationOptions

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

func (CreateEntitlementManagementResourceRoleScopeOperationOptions) ToHeaders

func (CreateEntitlementManagementResourceRoleScopeOperationOptions) ToOData

func (CreateEntitlementManagementResourceRoleScopeOperationOptions) ToQuery

type CreateEntitlementManagementResourceRoleScopeOperationResponse

type CreateEntitlementManagementResourceRoleScopeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.AccessPackageResourceRoleScope
}

type DeleteEntitlementManagementResourceRoleScopeOperationOptions

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

func (DeleteEntitlementManagementResourceRoleScopeOperationOptions) ToHeaders

func (DeleteEntitlementManagementResourceRoleScopeOperationOptions) ToOData

func (DeleteEntitlementManagementResourceRoleScopeOperationOptions) ToQuery

type DeleteEntitlementManagementResourceRoleScopeOperationResponse

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

type EntitlementManagementResourceRoleScopeClient

type EntitlementManagementResourceRoleScopeClient struct {
	Client *msgraph.Client
}

func NewEntitlementManagementResourceRoleScopeClientWithBaseURI

func NewEntitlementManagementResourceRoleScopeClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementResourceRoleScopeClient, error)

func (EntitlementManagementResourceRoleScopeClient) CreateEntitlementManagementResourceRoleScope

CreateEntitlementManagementResourceRoleScope - Create new navigation property to resourceRoleScopes for identityGovernance

func (EntitlementManagementResourceRoleScopeClient) DeleteEntitlementManagementResourceRoleScope

DeleteEntitlementManagementResourceRoleScope - Delete navigation property resourceRoleScopes for identityGovernance

func (EntitlementManagementResourceRoleScopeClient) GetEntitlementManagementResourceRoleScope

GetEntitlementManagementResourceRoleScope - Get resourceRoleScopes from identityGovernance

func (EntitlementManagementResourceRoleScopeClient) GetEntitlementManagementResourceRoleScopesCount

GetEntitlementManagementResourceRoleScopesCount - Get the number of the resource

func (EntitlementManagementResourceRoleScopeClient) ListEntitlementManagementResourceRoleScopes

ListEntitlementManagementResourceRoleScopes - Get resourceRoleScopes from identityGovernance

func (EntitlementManagementResourceRoleScopeClient) ListEntitlementManagementResourceRoleScopesComplete

ListEntitlementManagementResourceRoleScopesComplete retrieves all the results into a single object

func (EntitlementManagementResourceRoleScopeClient) ListEntitlementManagementResourceRoleScopesCompleteMatchingPredicate

ListEntitlementManagementResourceRoleScopesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementResourceRoleScopeClient) UpdateEntitlementManagementResourceRoleScope

UpdateEntitlementManagementResourceRoleScope - Update the navigation property resourceRoleScopes in identityGovernance

type GetEntitlementManagementResourceRoleScopeOperationOptions

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

func (GetEntitlementManagementResourceRoleScopeOperationOptions) ToHeaders

func (GetEntitlementManagementResourceRoleScopeOperationOptions) ToOData

func (GetEntitlementManagementResourceRoleScopeOperationOptions) ToQuery

type GetEntitlementManagementResourceRoleScopeOperationResponse

type GetEntitlementManagementResourceRoleScopeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.AccessPackageResourceRoleScope
}

type GetEntitlementManagementResourceRoleScopesCountOperationOptions

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

func (GetEntitlementManagementResourceRoleScopesCountOperationOptions) ToHeaders

func (GetEntitlementManagementResourceRoleScopesCountOperationOptions) ToOData

func (GetEntitlementManagementResourceRoleScopesCountOperationOptions) ToQuery

type GetEntitlementManagementResourceRoleScopesCountOperationResponse

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

type ListEntitlementManagementResourceRoleScopesCompleteResult

type ListEntitlementManagementResourceRoleScopesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.AccessPackageResourceRoleScope
}

type ListEntitlementManagementResourceRoleScopesCustomPager

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

type ListEntitlementManagementResourceRoleScopesOperationOptions

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

func (ListEntitlementManagementResourceRoleScopesOperationOptions) ToOData

func (ListEntitlementManagementResourceRoleScopesOperationOptions) ToQuery

type ListEntitlementManagementResourceRoleScopesOperationResponse

type ListEntitlementManagementResourceRoleScopesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.AccessPackageResourceRoleScope
}

type UpdateEntitlementManagementResourceRoleScopeOperationOptions

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

func (UpdateEntitlementManagementResourceRoleScopeOperationOptions) ToHeaders

func (UpdateEntitlementManagementResourceRoleScopeOperationOptions) ToOData

func (UpdateEntitlementManagementResourceRoleScopeOperationOptions) ToQuery

type UpdateEntitlementManagementResourceRoleScopeOperationResponse

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