entitlementmanagementresourceenvironmentresourcescoperesourcerole

package
v0.20241126.1110949 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 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 AccessPackageResourceRoleOperationPredicate

type AccessPackageResourceRoleOperationPredicate struct {
}

func (AccessPackageResourceRoleOperationPredicate) Matches

type CreateEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationOptions

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

func (CreateEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationOptions) ToHeaders

func (CreateEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationOptions) ToOData

func (CreateEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationOptions) ToQuery

type CreateEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationResponse

type CreateEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.AccessPackageResourceRole
}

type DeleteEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationOptions

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

func (DeleteEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationOptions) ToHeaders

func (DeleteEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationOptions) ToOData

func (DeleteEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationOptions) ToQuery

type DeleteEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationResponse

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

type EntitlementManagementResourceEnvironmentResourceScopeResourceRoleClient

type EntitlementManagementResourceEnvironmentResourceScopeResourceRoleClient struct {
	Client *msgraph.Client
}

func NewEntitlementManagementResourceEnvironmentResourceScopeResourceRoleClientWithBaseURI

func NewEntitlementManagementResourceEnvironmentResourceScopeResourceRoleClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementResourceEnvironmentResourceScopeResourceRoleClient, error)

func (EntitlementManagementResourceEnvironmentResourceScopeResourceRoleClient) CreateEntitlementManagementResourceEnvironmentResourceScopeResourceRole

CreateEntitlementManagementResourceEnvironmentResourceScopeResourceRole - Create new navigation property to roles for identityGovernance

func (EntitlementManagementResourceEnvironmentResourceScopeResourceRoleClient) DeleteEntitlementManagementResourceEnvironmentResourceScopeResourceRole

DeleteEntitlementManagementResourceEnvironmentResourceScopeResourceRole - Delete navigation property roles for identityGovernance

func (EntitlementManagementResourceEnvironmentResourceScopeResourceRoleClient) GetEntitlementManagementResourceEnvironmentResourceScopeResourceRole

GetEntitlementManagementResourceEnvironmentResourceScopeResourceRole - Get roles from identityGovernance. Read-only. Nullable. Supports $expand.

func (EntitlementManagementResourceEnvironmentResourceScopeResourceRoleClient) GetEntitlementManagementResourceEnvironmentResourceScopeResourceRolesCount

GetEntitlementManagementResourceEnvironmentResourceScopeResourceRolesCount - Get the number of the resource

func (EntitlementManagementResourceEnvironmentResourceScopeResourceRoleClient) ListEntitlementManagementResourceEnvironmentResourceScopeResourceRoles

ListEntitlementManagementResourceEnvironmentResourceScopeResourceRoles - Get roles from identityGovernance. Read-only. Nullable. Supports $expand.

func (EntitlementManagementResourceEnvironmentResourceScopeResourceRoleClient) ListEntitlementManagementResourceEnvironmentResourceScopeResourceRolesComplete

ListEntitlementManagementResourceEnvironmentResourceScopeResourceRolesComplete retrieves all the results into a single object

func (EntitlementManagementResourceEnvironmentResourceScopeResourceRoleClient) ListEntitlementManagementResourceEnvironmentResourceScopeResourceRolesCompleteMatchingPredicate

ListEntitlementManagementResourceEnvironmentResourceScopeResourceRolesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementResourceEnvironmentResourceScopeResourceRoleClient) UpdateEntitlementManagementResourceEnvironmentResourceScopeResourceRole

UpdateEntitlementManagementResourceEnvironmentResourceScopeResourceRole - Update the navigation property roles in identityGovernance

type GetEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationOptions

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

func (GetEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationOptions) ToHeaders

func (GetEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationOptions) ToOData

func (GetEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationOptions) ToQuery

type GetEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationResponse

type GetEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.AccessPackageResourceRole
}

type GetEntitlementManagementResourceEnvironmentResourceScopeResourceRolesCountOperationOptions

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

func (GetEntitlementManagementResourceEnvironmentResourceScopeResourceRolesCountOperationOptions) ToHeaders

func (GetEntitlementManagementResourceEnvironmentResourceScopeResourceRolesCountOperationOptions) ToOData

func (GetEntitlementManagementResourceEnvironmentResourceScopeResourceRolesCountOperationOptions) ToQuery

type GetEntitlementManagementResourceEnvironmentResourceScopeResourceRolesCountOperationResponse

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

type ListEntitlementManagementResourceEnvironmentResourceScopeResourceRolesCompleteResult

type ListEntitlementManagementResourceEnvironmentResourceScopeResourceRolesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.AccessPackageResourceRole
}

type ListEntitlementManagementResourceEnvironmentResourceScopeResourceRolesCustomPager

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

type ListEntitlementManagementResourceEnvironmentResourceScopeResourceRolesOperationOptions

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

func (ListEntitlementManagementResourceEnvironmentResourceScopeResourceRolesOperationOptions) ToOData

func (ListEntitlementManagementResourceEnvironmentResourceScopeResourceRolesOperationOptions) ToQuery

type ListEntitlementManagementResourceEnvironmentResourceScopeResourceRolesOperationResponse

type ListEntitlementManagementResourceEnvironmentResourceScopeResourceRolesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.AccessPackageResourceRole
}

type UpdateEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationOptions

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

func (UpdateEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationOptions) ToHeaders

func (UpdateEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationOptions) ToOData

func (UpdateEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationOptions) ToQuery

type UpdateEntitlementManagementResourceEnvironmentResourceScopeResourceRoleOperationResponse

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