domainnamereference

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 DomainNameReferenceClient

type DomainNameReferenceClient struct {
	Client *msgraph.Client
}

func NewDomainNameReferenceClientWithBaseURI

func NewDomainNameReferenceClientWithBaseURI(sdkApi sdkEnv.Api) (*DomainNameReferenceClient, error)

func (DomainNameReferenceClient) GetDomainNameReference

GetDomainNameReference - Get domainNameReferences from domains. The objects such as users and groups that reference the domain ID. Read-only, Nullable. Supports $expand and $filter by the OData type of objects returned. For example, /domains/{domainId}/domainNameReferences/microsoft.graph.user and /domains/{domainId}/domainNameReferences/microsoft.graph.group.

func (DomainNameReferenceClient) GetDomainNameReferencesCount

GetDomainNameReferencesCount - Get the number of the resource

func (DomainNameReferenceClient) ListDomainNameReferences

ListDomainNameReferences - List domainNameReferences. Retrieve a list of directoryObject with a reference to the domain. The returned list will contain all directory objects that have a dependency on the domain.

func (DomainNameReferenceClient) ListDomainNameReferencesComplete

ListDomainNameReferencesComplete retrieves all the results into a single object

func (DomainNameReferenceClient) ListDomainNameReferencesCompleteMatchingPredicate

func (c DomainNameReferenceClient) ListDomainNameReferencesCompleteMatchingPredicate(ctx context.Context, id beta.DomainId, options ListDomainNameReferencesOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListDomainNameReferencesCompleteResult, err error)

ListDomainNameReferencesCompleteMatchingPredicate retrieves all the results and then applies the predicate

type GetDomainNameReferenceOperationOptions

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

func DefaultGetDomainNameReferenceOperationOptions

func DefaultGetDomainNameReferenceOperationOptions() GetDomainNameReferenceOperationOptions

func (GetDomainNameReferenceOperationOptions) ToHeaders

func (GetDomainNameReferenceOperationOptions) ToOData

func (GetDomainNameReferenceOperationOptions) ToQuery

type GetDomainNameReferenceOperationResponse

type GetDomainNameReferenceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.DirectoryObject
}

type GetDomainNameReferencesCountOperationOptions

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

func DefaultGetDomainNameReferencesCountOperationOptions

func DefaultGetDomainNameReferencesCountOperationOptions() GetDomainNameReferencesCountOperationOptions

func (GetDomainNameReferencesCountOperationOptions) ToHeaders

func (GetDomainNameReferencesCountOperationOptions) ToOData

func (GetDomainNameReferencesCountOperationOptions) ToQuery

type GetDomainNameReferencesCountOperationResponse

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

type ListDomainNameReferencesCompleteResult

type ListDomainNameReferencesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DirectoryObject
}

type ListDomainNameReferencesCustomPager

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

type ListDomainNameReferencesOperationOptions

type ListDomainNameReferencesOperationOptions 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 DefaultListDomainNameReferencesOperationOptions

func DefaultListDomainNameReferencesOperationOptions() ListDomainNameReferencesOperationOptions

func (ListDomainNameReferencesOperationOptions) ToHeaders

func (ListDomainNameReferencesOperationOptions) ToOData

func (ListDomainNameReferencesOperationOptions) ToQuery

type ListDomainNameReferencesOperationResponse

type ListDomainNameReferencesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DirectoryObject
}

Jump to

Keyboard shortcuts

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