enterpriseapproleassignment

package
v0.20241004.1180715 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 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 CreateEnterpriseAppRoleAssignmentOperationOptions

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

func DefaultCreateEnterpriseAppRoleAssignmentOperationOptions

func DefaultCreateEnterpriseAppRoleAssignmentOperationOptions() CreateEnterpriseAppRoleAssignmentOperationOptions

func (CreateEnterpriseAppRoleAssignmentOperationOptions) ToHeaders

func (CreateEnterpriseAppRoleAssignmentOperationOptions) ToOData

func (CreateEnterpriseAppRoleAssignmentOperationOptions) ToQuery

type CreateEnterpriseAppRoleAssignmentOperationResponse

type CreateEnterpriseAppRoleAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UnifiedRoleAssignment
}

type DeleteEnterpriseAppRoleAssignmentOperationOptions

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

func DefaultDeleteEnterpriseAppRoleAssignmentOperationOptions

func DefaultDeleteEnterpriseAppRoleAssignmentOperationOptions() DeleteEnterpriseAppRoleAssignmentOperationOptions

func (DeleteEnterpriseAppRoleAssignmentOperationOptions) ToHeaders

func (DeleteEnterpriseAppRoleAssignmentOperationOptions) ToOData

func (DeleteEnterpriseAppRoleAssignmentOperationOptions) ToQuery

type DeleteEnterpriseAppRoleAssignmentOperationResponse

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

type EnterpriseAppRoleAssignmentClient

type EnterpriseAppRoleAssignmentClient struct {
	Client *msgraph.Client
}

func NewEnterpriseAppRoleAssignmentClientWithBaseURI

func NewEnterpriseAppRoleAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*EnterpriseAppRoleAssignmentClient, error)

func (EnterpriseAppRoleAssignmentClient) CreateEnterpriseAppRoleAssignment

CreateEnterpriseAppRoleAssignment - Create new navigation property to roleAssignments for roleManagement

func (EnterpriseAppRoleAssignmentClient) DeleteEnterpriseAppRoleAssignment

DeleteEnterpriseAppRoleAssignment - Delete navigation property roleAssignments for roleManagement

func (EnterpriseAppRoleAssignmentClient) GetEnterpriseAppRoleAssignment

GetEnterpriseAppRoleAssignment - Get roleAssignments from roleManagement

func (EnterpriseAppRoleAssignmentClient) GetEnterpriseAppRoleAssignmentsCount

GetEnterpriseAppRoleAssignmentsCount - Get the number of the resource

func (EnterpriseAppRoleAssignmentClient) ListEnterpriseAppRoleAssignments

ListEnterpriseAppRoleAssignments - Get roleAssignments from roleManagement

func (EnterpriseAppRoleAssignmentClient) ListEnterpriseAppRoleAssignmentsComplete

ListEnterpriseAppRoleAssignmentsComplete retrieves all the results into a single object

func (EnterpriseAppRoleAssignmentClient) ListEnterpriseAppRoleAssignmentsCompleteMatchingPredicate

ListEnterpriseAppRoleAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EnterpriseAppRoleAssignmentClient) UpdateEnterpriseAppRoleAssignment

UpdateEnterpriseAppRoleAssignment - Update the navigation property roleAssignments in roleManagement

type GetEnterpriseAppRoleAssignmentOperationOptions

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

func DefaultGetEnterpriseAppRoleAssignmentOperationOptions

func DefaultGetEnterpriseAppRoleAssignmentOperationOptions() GetEnterpriseAppRoleAssignmentOperationOptions

func (GetEnterpriseAppRoleAssignmentOperationOptions) ToHeaders

func (GetEnterpriseAppRoleAssignmentOperationOptions) ToOData

func (GetEnterpriseAppRoleAssignmentOperationOptions) ToQuery

type GetEnterpriseAppRoleAssignmentOperationResponse

type GetEnterpriseAppRoleAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UnifiedRoleAssignment
}

type GetEnterpriseAppRoleAssignmentsCountOperationOptions

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

func DefaultGetEnterpriseAppRoleAssignmentsCountOperationOptions

func DefaultGetEnterpriseAppRoleAssignmentsCountOperationOptions() GetEnterpriseAppRoleAssignmentsCountOperationOptions

func (GetEnterpriseAppRoleAssignmentsCountOperationOptions) ToHeaders

func (GetEnterpriseAppRoleAssignmentsCountOperationOptions) ToOData

func (GetEnterpriseAppRoleAssignmentsCountOperationOptions) ToQuery

type GetEnterpriseAppRoleAssignmentsCountOperationResponse

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

type ListEnterpriseAppRoleAssignmentsCompleteResult

type ListEnterpriseAppRoleAssignmentsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.UnifiedRoleAssignment
}

type ListEnterpriseAppRoleAssignmentsCustomPager

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

type ListEnterpriseAppRoleAssignmentsOperationOptions

type ListEnterpriseAppRoleAssignmentsOperationOptions 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 DefaultListEnterpriseAppRoleAssignmentsOperationOptions

func DefaultListEnterpriseAppRoleAssignmentsOperationOptions() ListEnterpriseAppRoleAssignmentsOperationOptions

func (ListEnterpriseAppRoleAssignmentsOperationOptions) ToHeaders

func (ListEnterpriseAppRoleAssignmentsOperationOptions) ToOData

func (ListEnterpriseAppRoleAssignmentsOperationOptions) ToQuery

type ListEnterpriseAppRoleAssignmentsOperationResponse

type ListEnterpriseAppRoleAssignmentsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.UnifiedRoleAssignment
}

type UnifiedRoleAssignmentOperationPredicate

type UnifiedRoleAssignmentOperationPredicate struct {
}

func (UnifiedRoleAssignmentOperationPredicate) Matches

type UpdateEnterpriseAppRoleAssignmentOperationOptions

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

func DefaultUpdateEnterpriseAppRoleAssignmentOperationOptions

func DefaultUpdateEnterpriseAppRoleAssignmentOperationOptions() UpdateEnterpriseAppRoleAssignmentOperationOptions

func (UpdateEnterpriseAppRoleAssignmentOperationOptions) ToHeaders

func (UpdateEnterpriseAppRoleAssignmentOperationOptions) ToOData

func (UpdateEnterpriseAppRoleAssignmentOperationOptions) ToQuery

type UpdateEnterpriseAppRoleAssignmentOperationResponse

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