enterpriseapproleassignmentapproval

package
v0.20241016.1080325 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 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 ApprovalOperationPredicate

type ApprovalOperationPredicate struct {
}

func (ApprovalOperationPredicate) Matches

func (p ApprovalOperationPredicate) Matches(input beta.Approval) bool

type CreateEnterpriseAppRoleAssignmentApprovalOperationOptions

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

func (CreateEnterpriseAppRoleAssignmentApprovalOperationOptions) ToHeaders

func (CreateEnterpriseAppRoleAssignmentApprovalOperationOptions) ToOData

func (CreateEnterpriseAppRoleAssignmentApprovalOperationOptions) ToQuery

type CreateEnterpriseAppRoleAssignmentApprovalOperationResponse

type CreateEnterpriseAppRoleAssignmentApprovalOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.Approval
}

type DeleteEnterpriseAppRoleAssignmentApprovalOperationOptions

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

func (DeleteEnterpriseAppRoleAssignmentApprovalOperationOptions) ToHeaders

func (DeleteEnterpriseAppRoleAssignmentApprovalOperationOptions) ToOData

func (DeleteEnterpriseAppRoleAssignmentApprovalOperationOptions) ToQuery

type DeleteEnterpriseAppRoleAssignmentApprovalOperationResponse

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

type EnterpriseAppRoleAssignmentApprovalClient

type EnterpriseAppRoleAssignmentApprovalClient struct {
	Client *msgraph.Client
}

func NewEnterpriseAppRoleAssignmentApprovalClientWithBaseURI

func NewEnterpriseAppRoleAssignmentApprovalClientWithBaseURI(sdkApi sdkEnv.Api) (*EnterpriseAppRoleAssignmentApprovalClient, error)

func (EnterpriseAppRoleAssignmentApprovalClient) CreateEnterpriseAppRoleAssignmentApproval

CreateEnterpriseAppRoleAssignmentApproval - Create new navigation property to roleAssignmentApprovals for roleManagement

func (EnterpriseAppRoleAssignmentApprovalClient) DeleteEnterpriseAppRoleAssignmentApproval

DeleteEnterpriseAppRoleAssignmentApproval - Delete navigation property roleAssignmentApprovals for roleManagement

func (EnterpriseAppRoleAssignmentApprovalClient) GetEnterpriseAppRoleAssignmentApproval

GetEnterpriseAppRoleAssignmentApproval - Get roleAssignmentApprovals from roleManagement

func (EnterpriseAppRoleAssignmentApprovalClient) GetEnterpriseAppRoleAssignmentApprovalsCount

GetEnterpriseAppRoleAssignmentApprovalsCount - Get the number of the resource

func (EnterpriseAppRoleAssignmentApprovalClient) ListEnterpriseAppRoleAssignmentApprovals

ListEnterpriseAppRoleAssignmentApprovals - Get roleAssignmentApprovals from roleManagement

func (EnterpriseAppRoleAssignmentApprovalClient) ListEnterpriseAppRoleAssignmentApprovalsComplete

ListEnterpriseAppRoleAssignmentApprovalsComplete retrieves all the results into a single object

func (EnterpriseAppRoleAssignmentApprovalClient) ListEnterpriseAppRoleAssignmentApprovalsCompleteMatchingPredicate

ListEnterpriseAppRoleAssignmentApprovalsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EnterpriseAppRoleAssignmentApprovalClient) UpdateEnterpriseAppRoleAssignmentApproval

UpdateEnterpriseAppRoleAssignmentApproval - Update the navigation property roleAssignmentApprovals in roleManagement

type GetEnterpriseAppRoleAssignmentApprovalOperationOptions

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

func DefaultGetEnterpriseAppRoleAssignmentApprovalOperationOptions

func DefaultGetEnterpriseAppRoleAssignmentApprovalOperationOptions() GetEnterpriseAppRoleAssignmentApprovalOperationOptions

func (GetEnterpriseAppRoleAssignmentApprovalOperationOptions) ToHeaders

func (GetEnterpriseAppRoleAssignmentApprovalOperationOptions) ToOData

func (GetEnterpriseAppRoleAssignmentApprovalOperationOptions) ToQuery

type GetEnterpriseAppRoleAssignmentApprovalOperationResponse

type GetEnterpriseAppRoleAssignmentApprovalOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.Approval
}

type GetEnterpriseAppRoleAssignmentApprovalsCountOperationOptions

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

func (GetEnterpriseAppRoleAssignmentApprovalsCountOperationOptions) ToHeaders

func (GetEnterpriseAppRoleAssignmentApprovalsCountOperationOptions) ToOData

func (GetEnterpriseAppRoleAssignmentApprovalsCountOperationOptions) ToQuery

type GetEnterpriseAppRoleAssignmentApprovalsCountOperationResponse

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

type ListEnterpriseAppRoleAssignmentApprovalsCompleteResult

type ListEnterpriseAppRoleAssignmentApprovalsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.Approval
}

type ListEnterpriseAppRoleAssignmentApprovalsCustomPager

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

type ListEnterpriseAppRoleAssignmentApprovalsOperationOptions

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

func (ListEnterpriseAppRoleAssignmentApprovalsOperationOptions) ToOData

func (ListEnterpriseAppRoleAssignmentApprovalsOperationOptions) ToQuery

type ListEnterpriseAppRoleAssignmentApprovalsOperationResponse

type ListEnterpriseAppRoleAssignmentApprovalsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.Approval
}

type UpdateEnterpriseAppRoleAssignmentApprovalOperationOptions

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

func (UpdateEnterpriseAppRoleAssignmentApprovalOperationOptions) ToHeaders

func (UpdateEnterpriseAppRoleAssignmentApprovalOperationOptions) ToOData

func (UpdateEnterpriseAppRoleAssignmentApprovalOperationOptions) ToQuery

type UpdateEnterpriseAppRoleAssignmentApprovalOperationResponse

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