entitlementmanagementresourcerole

package
v0.20241009.1142232 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 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 CreateEntitlementManagementResourceRoleOperationOptions

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

func (CreateEntitlementManagementResourceRoleOperationOptions) ToHeaders

func (CreateEntitlementManagementResourceRoleOperationOptions) ToOData

func (CreateEntitlementManagementResourceRoleOperationOptions) ToQuery

type CreateEntitlementManagementResourceRoleOperationResponse

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

type DeleteEntitlementManagementResourceRoleOperationOptions

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

func (DeleteEntitlementManagementResourceRoleOperationOptions) ToHeaders

func (DeleteEntitlementManagementResourceRoleOperationOptions) ToOData

func (DeleteEntitlementManagementResourceRoleOperationOptions) ToQuery

type DeleteEntitlementManagementResourceRoleOperationResponse

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

type EntitlementManagementResourceRoleClient

type EntitlementManagementResourceRoleClient struct {
	Client *msgraph.Client
}

func NewEntitlementManagementResourceRoleClientWithBaseURI

func NewEntitlementManagementResourceRoleClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementResourceRoleClient, error)

func (EntitlementManagementResourceRoleClient) CreateEntitlementManagementResourceRole

CreateEntitlementManagementResourceRole - Create new navigation property to roles for identityGovernance

func (EntitlementManagementResourceRoleClient) DeleteEntitlementManagementResourceRole

DeleteEntitlementManagementResourceRole - Delete navigation property roles for identityGovernance

func (EntitlementManagementResourceRoleClient) GetEntitlementManagementResourceRole

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

func (EntitlementManagementResourceRoleClient) GetEntitlementManagementResourceRolesCount

GetEntitlementManagementResourceRolesCount - Get the number of the resource

func (EntitlementManagementResourceRoleClient) ListEntitlementManagementResourceRoles

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

func (EntitlementManagementResourceRoleClient) ListEntitlementManagementResourceRolesComplete

ListEntitlementManagementResourceRolesComplete retrieves all the results into a single object

func (EntitlementManagementResourceRoleClient) ListEntitlementManagementResourceRolesCompleteMatchingPredicate

ListEntitlementManagementResourceRolesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementResourceRoleClient) UpdateEntitlementManagementResourceRole

UpdateEntitlementManagementResourceRole - Update the navigation property roles in identityGovernance

type GetEntitlementManagementResourceRoleOperationOptions

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

func DefaultGetEntitlementManagementResourceRoleOperationOptions

func DefaultGetEntitlementManagementResourceRoleOperationOptions() GetEntitlementManagementResourceRoleOperationOptions

func (GetEntitlementManagementResourceRoleOperationOptions) ToHeaders

func (GetEntitlementManagementResourceRoleOperationOptions) ToOData

func (GetEntitlementManagementResourceRoleOperationOptions) ToQuery

type GetEntitlementManagementResourceRoleOperationResponse

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

type GetEntitlementManagementResourceRolesCountOperationOptions

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

func (GetEntitlementManagementResourceRolesCountOperationOptions) ToHeaders

func (GetEntitlementManagementResourceRolesCountOperationOptions) ToOData

func (GetEntitlementManagementResourceRolesCountOperationOptions) ToQuery

type GetEntitlementManagementResourceRolesCountOperationResponse

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

type ListEntitlementManagementResourceRolesCompleteResult

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

type ListEntitlementManagementResourceRolesCustomPager

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

type ListEntitlementManagementResourceRolesOperationOptions

type ListEntitlementManagementResourceRolesOperationOptions 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 DefaultListEntitlementManagementResourceRolesOperationOptions

func DefaultListEntitlementManagementResourceRolesOperationOptions() ListEntitlementManagementResourceRolesOperationOptions

func (ListEntitlementManagementResourceRolesOperationOptions) ToHeaders

func (ListEntitlementManagementResourceRolesOperationOptions) ToOData

func (ListEntitlementManagementResourceRolesOperationOptions) ToQuery

type ListEntitlementManagementResourceRolesOperationResponse

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

type UpdateEntitlementManagementResourceRoleOperationOptions

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

func (UpdateEntitlementManagementResourceRoleOperationOptions) ToHeaders

func (UpdateEntitlementManagementResourceRoleOperationOptions) ToOData

func (UpdateEntitlementManagementResourceRoleOperationOptions) ToQuery

type UpdateEntitlementManagementResourceRoleOperationResponse

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