ownedobject

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: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DirectoryObjectOperationPredicate

type DirectoryObjectOperationPredicate struct {
}

func (DirectoryObjectOperationPredicate) Matches

type GetOwnedObjectOperationOptions

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

func DefaultGetOwnedObjectOperationOptions

func DefaultGetOwnedObjectOperationOptions() GetOwnedObjectOperationOptions

func (GetOwnedObjectOperationOptions) ToHeaders

func (GetOwnedObjectOperationOptions) ToOData

func (GetOwnedObjectOperationOptions) ToQuery

type GetOwnedObjectOperationResponse

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

type GetOwnedObjectsCountOperationOptions

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

func DefaultGetOwnedObjectsCountOperationOptions

func DefaultGetOwnedObjectsCountOperationOptions() GetOwnedObjectsCountOperationOptions

func (GetOwnedObjectsCountOperationOptions) ToHeaders

func (GetOwnedObjectsCountOperationOptions) ToOData

func (GetOwnedObjectsCountOperationOptions) ToQuery

type GetOwnedObjectsCountOperationResponse

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

type ListOwnedObjectsCompleteResult

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

type ListOwnedObjectsCustomPager

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

type ListOwnedObjectsOperationOptions

type ListOwnedObjectsOperationOptions 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 DefaultListOwnedObjectsOperationOptions

func DefaultListOwnedObjectsOperationOptions() ListOwnedObjectsOperationOptions

func (ListOwnedObjectsOperationOptions) ToHeaders

func (ListOwnedObjectsOperationOptions) ToOData

func (ListOwnedObjectsOperationOptions) ToQuery

type ListOwnedObjectsOperationResponse

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

type OwnedObjectClient

type OwnedObjectClient struct {
	Client *msgraph.Client
}

func NewOwnedObjectClientWithBaseURI

func NewOwnedObjectClientWithBaseURI(sdkApi sdkEnv.Api) (*OwnedObjectClient, error)

func (OwnedObjectClient) GetOwnedObject

GetOwnedObject - Get ownedObjects from servicePrincipals. Directory objects that this service principal owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).

func (OwnedObjectClient) GetOwnedObjectsCount

GetOwnedObjectsCount - Get the number of the resource

func (OwnedObjectClient) ListOwnedObjects

ListOwnedObjects - Get ownedObjects from servicePrincipals. Directory objects that this service principal owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).

func (OwnedObjectClient) ListOwnedObjectsComplete

ListOwnedObjectsComplete retrieves all the results into a single object

func (OwnedObjectClient) ListOwnedObjectsCompleteMatchingPredicate

func (c OwnedObjectClient) ListOwnedObjectsCompleteMatchingPredicate(ctx context.Context, id stable.ServicePrincipalId, options ListOwnedObjectsOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListOwnedObjectsCompleteResult, err error)

ListOwnedObjectsCompleteMatchingPredicate retrieves all the results and then applies the predicate

Jump to

Keyboard shortcuts

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