createdobject

package
v0.20241104.1140654 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreatedObjectClient

type CreatedObjectClient struct {
	Client *msgraph.Client
}

func NewCreatedObjectClientWithBaseURI

func NewCreatedObjectClientWithBaseURI(sdkApi sdkEnv.Api) (*CreatedObjectClient, error)

func (CreatedObjectClient) GetCreatedObject

GetCreatedObject - Get createdObjects from me. Directory objects that the user created. Read-only. Nullable.

func (CreatedObjectClient) GetCreatedObjectsCount

GetCreatedObjectsCount - Get the number of the resource

func (CreatedObjectClient) ListCreatedObjects

ListCreatedObjects - List createdObjects. Get a list of directory objects that were created by the user. This API returns only those directory objects that were created by a user who isn't in any administrator role; otherwise, it returns an empty object.

func (CreatedObjectClient) ListCreatedObjectsComplete

ListCreatedObjectsComplete retrieves all the results into a single object

func (CreatedObjectClient) ListCreatedObjectsCompleteMatchingPredicate

func (c CreatedObjectClient) ListCreatedObjectsCompleteMatchingPredicate(ctx context.Context, options ListCreatedObjectsOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListCreatedObjectsCompleteResult, err error)

ListCreatedObjectsCompleteMatchingPredicate retrieves all the results and then applies the predicate

type DirectoryObjectOperationPredicate

type DirectoryObjectOperationPredicate struct {
}

func (DirectoryObjectOperationPredicate) Matches

type GetCreatedObjectOperationOptions

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

func DefaultGetCreatedObjectOperationOptions

func DefaultGetCreatedObjectOperationOptions() GetCreatedObjectOperationOptions

func (GetCreatedObjectOperationOptions) ToHeaders

func (GetCreatedObjectOperationOptions) ToOData

func (GetCreatedObjectOperationOptions) ToQuery

type GetCreatedObjectOperationResponse

type GetCreatedObjectOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        stable.DirectoryObject
}

type GetCreatedObjectsCountOperationOptions

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

func DefaultGetCreatedObjectsCountOperationOptions

func DefaultGetCreatedObjectsCountOperationOptions() GetCreatedObjectsCountOperationOptions

func (GetCreatedObjectsCountOperationOptions) ToHeaders

func (GetCreatedObjectsCountOperationOptions) ToOData

func (GetCreatedObjectsCountOperationOptions) ToQuery

type GetCreatedObjectsCountOperationResponse

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

type ListCreatedObjectsCompleteResult

type ListCreatedObjectsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.DirectoryObject
}

type ListCreatedObjectsCustomPager

type ListCreatedObjectsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListCreatedObjectsCustomPager) NextPageLink() *odata.Link

type ListCreatedObjectsOperationOptions

type ListCreatedObjectsOperationOptions 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 DefaultListCreatedObjectsOperationOptions

func DefaultListCreatedObjectsOperationOptions() ListCreatedObjectsOperationOptions

func (ListCreatedObjectsOperationOptions) ToHeaders

func (ListCreatedObjectsOperationOptions) ToOData

func (ListCreatedObjectsOperationOptions) ToQuery

type ListCreatedObjectsOperationResponse

type ListCreatedObjectsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.DirectoryObject
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL