entitlementmanagementresourcerolescopescoperesourcerole

package
v0.20241126.2320 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: 0

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 CreateEntitlementManagementResourceRoleScopeResourceRoleOperationOptions

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

func (CreateEntitlementManagementResourceRoleScopeResourceRoleOperationOptions) ToHeaders

func (CreateEntitlementManagementResourceRoleScopeResourceRoleOperationOptions) ToOData

func (CreateEntitlementManagementResourceRoleScopeResourceRoleOperationOptions) ToQuery

type CreateEntitlementManagementResourceRoleScopeResourceRoleOperationResponse

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

type DeleteEntitlementManagementResourceRoleScopeResourceRoleOperationOptions

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

func (DeleteEntitlementManagementResourceRoleScopeResourceRoleOperationOptions) ToHeaders

func (DeleteEntitlementManagementResourceRoleScopeResourceRoleOperationOptions) ToOData

func (DeleteEntitlementManagementResourceRoleScopeResourceRoleOperationOptions) ToQuery

type DeleteEntitlementManagementResourceRoleScopeResourceRoleOperationResponse

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

type EntitlementManagementResourceRoleScopeScopeResourceRoleClient

type EntitlementManagementResourceRoleScopeScopeResourceRoleClient struct {
	Client *msgraph.Client
}

func NewEntitlementManagementResourceRoleScopeScopeResourceRoleClientWithBaseURI

func NewEntitlementManagementResourceRoleScopeScopeResourceRoleClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementResourceRoleScopeScopeResourceRoleClient, error)

func (EntitlementManagementResourceRoleScopeScopeResourceRoleClient) CreateEntitlementManagementResourceRoleScopeResourceRole

CreateEntitlementManagementResourceRoleScopeResourceRole - Create new navigation property to roles for identityGovernance

func (EntitlementManagementResourceRoleScopeScopeResourceRoleClient) DeleteEntitlementManagementResourceRoleScopeResourceRole

DeleteEntitlementManagementResourceRoleScopeResourceRole - Delete navigation property roles for identityGovernance

func (EntitlementManagementResourceRoleScopeScopeResourceRoleClient) GetEntitlementManagementResourceRoleScopeCount

GetEntitlementManagementResourceRoleScopeCount - Get the number of the resource

func (EntitlementManagementResourceRoleScopeScopeResourceRoleClient) GetEntitlementManagementResourceRoleScopeResourceRole

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

func (EntitlementManagementResourceRoleScopeScopeResourceRoleClient) ListEntitlementManagementResourceRoleScopeResourceRoles

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

func (EntitlementManagementResourceRoleScopeScopeResourceRoleClient) ListEntitlementManagementResourceRoleScopeResourceRolesComplete

ListEntitlementManagementResourceRoleScopeResourceRolesComplete retrieves all the results into a single object

func (EntitlementManagementResourceRoleScopeScopeResourceRoleClient) ListEntitlementManagementResourceRoleScopeResourceRolesCompleteMatchingPredicate

ListEntitlementManagementResourceRoleScopeResourceRolesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementResourceRoleScopeScopeResourceRoleClient) UpdateEntitlementManagementResourceRoleScopeResourceRole

UpdateEntitlementManagementResourceRoleScopeResourceRole - Update the navigation property roles in identityGovernance

type GetEntitlementManagementResourceRoleScopeCountOperationOptions

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

func (GetEntitlementManagementResourceRoleScopeCountOperationOptions) ToHeaders

func (GetEntitlementManagementResourceRoleScopeCountOperationOptions) ToOData

func (GetEntitlementManagementResourceRoleScopeCountOperationOptions) ToQuery

type GetEntitlementManagementResourceRoleScopeCountOperationResponse

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

type GetEntitlementManagementResourceRoleScopeResourceRoleOperationOptions

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

func (GetEntitlementManagementResourceRoleScopeResourceRoleOperationOptions) ToHeaders

func (GetEntitlementManagementResourceRoleScopeResourceRoleOperationOptions) ToOData

func (GetEntitlementManagementResourceRoleScopeResourceRoleOperationOptions) ToQuery

type GetEntitlementManagementResourceRoleScopeResourceRoleOperationResponse

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

type ListEntitlementManagementResourceRoleScopeResourceRolesCompleteResult

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

type ListEntitlementManagementResourceRoleScopeResourceRolesCustomPager

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

type ListEntitlementManagementResourceRoleScopeResourceRolesOperationOptions

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

func (ListEntitlementManagementResourceRoleScopeResourceRolesOperationOptions) ToOData

func (ListEntitlementManagementResourceRoleScopeResourceRolesOperationOptions) ToQuery

type ListEntitlementManagementResourceRoleScopeResourceRolesOperationResponse

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

type UpdateEntitlementManagementResourceRoleScopeResourceRoleOperationOptions

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

func (UpdateEntitlementManagementResourceRoleScopeResourceRoleOperationOptions) ToHeaders

func (UpdateEntitlementManagementResourceRoleScopeResourceRoleOperationOptions) ToOData

func (UpdateEntitlementManagementResourceRoleScopeResourceRoleOperationOptions) ToQuery

type UpdateEntitlementManagementResourceRoleScopeResourceRoleOperationResponse

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