entitlementmanagementresourceenvironmentresourceroleresourcescope

package
v0.20241017.1093842 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 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 CreateEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationOptions

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

func (CreateEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationOptions) ToHeaders

func (CreateEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationOptions) ToOData

func (CreateEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationOptions) ToQuery

type CreateEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationResponse

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

type DeleteEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationOptions

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

func (DeleteEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationOptions) ToHeaders

func (DeleteEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationOptions) ToOData

func (DeleteEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationOptions) ToQuery

type DeleteEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationResponse

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

type EntitlementManagementResourceEnvironmentResourceRoleResourceScopeClient

type EntitlementManagementResourceEnvironmentResourceRoleResourceScopeClient struct {
	Client *msgraph.Client
}

func NewEntitlementManagementResourceEnvironmentResourceRoleResourceScopeClientWithBaseURI

func NewEntitlementManagementResourceEnvironmentResourceRoleResourceScopeClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementResourceEnvironmentResourceRoleResourceScopeClient, error)

func (EntitlementManagementResourceEnvironmentResourceRoleResourceScopeClient) CreateEntitlementManagementResourceEnvironmentResourceRoleResourceScope

CreateEntitlementManagementResourceEnvironmentResourceRoleResourceScope - Create new navigation property to scopes for identityGovernance

func (EntitlementManagementResourceEnvironmentResourceRoleResourceScopeClient) DeleteEntitlementManagementResourceEnvironmentResourceRoleResourceScope

DeleteEntitlementManagementResourceEnvironmentResourceRoleResourceScope - Delete navigation property scopes for identityGovernance

func (EntitlementManagementResourceEnvironmentResourceRoleResourceScopeClient) GetEntitlementManagementResourceEnvironmentResourceRoleResourceScope

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

func (EntitlementManagementResourceEnvironmentResourceRoleResourceScopeClient) GetEntitlementManagementResourceEnvironmentResourceRoleResourceScopesCount

GetEntitlementManagementResourceEnvironmentResourceRoleResourceScopesCount - Get the number of the resource

func (EntitlementManagementResourceEnvironmentResourceRoleResourceScopeClient) ListEntitlementManagementResourceEnvironmentResourceRoleResourceScopes

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

func (EntitlementManagementResourceEnvironmentResourceRoleResourceScopeClient) ListEntitlementManagementResourceEnvironmentResourceRoleResourceScopesComplete

ListEntitlementManagementResourceEnvironmentResourceRoleResourceScopesComplete retrieves all the results into a single object

func (EntitlementManagementResourceEnvironmentResourceRoleResourceScopeClient) ListEntitlementManagementResourceEnvironmentResourceRoleResourceScopesCompleteMatchingPredicate

ListEntitlementManagementResourceEnvironmentResourceRoleResourceScopesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementResourceEnvironmentResourceRoleResourceScopeClient) UpdateEntitlementManagementResourceEnvironmentResourceRoleResourceScope

UpdateEntitlementManagementResourceEnvironmentResourceRoleResourceScope - Update the navigation property scopes in identityGovernance

type GetEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationOptions

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

func (GetEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationOptions) ToHeaders

func (GetEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationOptions) ToOData

func (GetEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationOptions) ToQuery

type GetEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationResponse

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

type GetEntitlementManagementResourceEnvironmentResourceRoleResourceScopesCountOperationOptions

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

func (GetEntitlementManagementResourceEnvironmentResourceRoleResourceScopesCountOperationOptions) ToHeaders

func (GetEntitlementManagementResourceEnvironmentResourceRoleResourceScopesCountOperationOptions) ToOData

func (GetEntitlementManagementResourceEnvironmentResourceRoleResourceScopesCountOperationOptions) ToQuery

type GetEntitlementManagementResourceEnvironmentResourceRoleResourceScopesCountOperationResponse

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

type ListEntitlementManagementResourceEnvironmentResourceRoleResourceScopesCompleteResult

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

type ListEntitlementManagementResourceEnvironmentResourceRoleResourceScopesCustomPager

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

type ListEntitlementManagementResourceEnvironmentResourceRoleResourceScopesOperationOptions

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

func (ListEntitlementManagementResourceEnvironmentResourceRoleResourceScopesOperationOptions) ToOData

func (ListEntitlementManagementResourceEnvironmentResourceRoleResourceScopesOperationOptions) ToQuery

type ListEntitlementManagementResourceEnvironmentResourceRoleResourceScopesOperationResponse

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

type UpdateEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationOptions

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

func (UpdateEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationOptions) ToHeaders

func (UpdateEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationOptions) ToOData

func (UpdateEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationOptions) ToQuery

type UpdateEntitlementManagementResourceEnvironmentResourceRoleResourceScopeOperationResponse

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