domains

package
v1.44.0 Latest Latest
Warning

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

Go to latest
Published: May 30, 2024 License: MIT Imports: 6 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateItemForcedeleteForceDeletePostRequestBodyFromDiscriminatorValue added in v1.44.0

CreateItemForcedeleteForceDeletePostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateItemPromotePostResponseFromDiscriminatorValue added in v1.20.0

CreateItemPromotePostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateItemPromoteResponseFromDiscriminatorValue added in v0.49.0

CreateItemPromoteResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

Types

type CountRequestBuilder added in v0.49.0

CountRequestBuilder provides operations to count the resources in the collection.

func NewCountRequestBuilder added in v0.49.0

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal added in v0.49.0

func NewCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CountRequestBuilder

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*CountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*CountRequestBuilder) WithUrl added in v1.18.0

func (m *CountRequestBuilder) WithUrl(rawUrl string) *CountRequestBuilder

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *CountRequestBuilder when successful

type CountRequestBuilderGetQueryParameters added in v0.53.0

type CountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

CountRequestBuilderGetQueryParameters get the number of the resource

type CountRequestBuilderGetRequestConfiguration added in v0.49.0

type CountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *CountRequestBuilderGetQueryParameters
}

CountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DomainItemRequestBuilder added in v0.49.0

DomainItemRequestBuilder provides operations to manage the collection of domain entities.

func NewDomainItemRequestBuilder added in v0.49.0

NewDomainItemRequestBuilder instantiates a new DomainItemRequestBuilder and sets the default values.

func NewDomainItemRequestBuilderInternal added in v0.49.0

func NewDomainItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DomainItemRequestBuilder

NewDomainItemRequestBuilderInternal instantiates a new DomainItemRequestBuilder and sets the default values.

func (*DomainItemRequestBuilder) Delete added in v0.49.0

Delete delete a domain from a tenant. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DomainItemRequestBuilder) DomainNameReferences added in v0.49.0

DomainNameReferences provides operations to manage the domainNameReferences property of the microsoft.graph.domain entity. returns a *ItemDomainnamereferencesDomainNameReferencesRequestBuilder when successful

func (*DomainItemRequestBuilder) FederationConfiguration added in v0.49.0

FederationConfiguration provides operations to manage the federationConfiguration property of the microsoft.graph.domain entity. returns a *ItemFederationconfigurationFederationConfigurationRequestBuilder when successful

func (*DomainItemRequestBuilder) ForceDelete added in v0.49.0

ForceDelete provides operations to call the forceDelete method. returns a *ItemForcedeleteForceDeleteRequestBuilder when successful

func (*DomainItemRequestBuilder) Get added in v0.49.0

Get retrieve the properties and relationships of domain object. returns a Domainable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DomainItemRequestBuilder) Patch added in v0.49.0

Patch update the properties of domain object. Only verified domains can be updated. returns a Domainable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DomainItemRequestBuilder) Promote added in v0.49.0

Promote provides operations to call the promote method. returns a *ItemPromoteRequestBuilder when successful

func (*DomainItemRequestBuilder) ServiceConfigurationRecords added in v0.49.0

ServiceConfigurationRecords provides operations to manage the serviceConfigurationRecords property of the microsoft.graph.domain entity. returns a *ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder when successful

func (*DomainItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete a domain from a tenant. returns a *RequestInformation when successful

func (*DomainItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve the properties and relationships of domain object. returns a *RequestInformation when successful

func (*DomainItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the properties of domain object. Only verified domains can be updated. returns a *RequestInformation when successful

func (*DomainItemRequestBuilder) VerificationDnsRecords added in v0.49.0

VerificationDnsRecords provides operations to manage the verificationDnsRecords property of the microsoft.graph.domain entity. returns a *ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder when successful

func (*DomainItemRequestBuilder) Verify added in v0.49.0

Verify provides operations to call the verify method. returns a *ItemVerifyRequestBuilder when successful

func (*DomainItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *DomainItemRequestBuilder when successful

type DomainItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type DomainItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DomainItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DomainItemRequestBuilderGetQueryParameters added in v0.49.0

type DomainItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DomainItemRequestBuilderGetQueryParameters retrieve the properties and relationships of domain object.

type DomainItemRequestBuilderGetRequestConfiguration added in v0.49.0

type DomainItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DomainItemRequestBuilderGetQueryParameters
}

DomainItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DomainItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type DomainItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DomainItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DomainsRequestBuilder

DomainsRequestBuilder provides operations to manage the collection of domain entities.

func NewDomainsRequestBuilder

NewDomainsRequestBuilder instantiates a new DomainsRequestBuilder and sets the default values.

func NewDomainsRequestBuilderInternal

func NewDomainsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DomainsRequestBuilder

NewDomainsRequestBuilderInternal instantiates a new DomainsRequestBuilder and sets the default values.

func (*DomainsRequestBuilder) ByDomainId added in v0.63.0

func (m *DomainsRequestBuilder) ByDomainId(domainId string) *DomainItemRequestBuilder

ByDomainId provides operations to manage the collection of domain entities. returns a *DomainItemRequestBuilder when successful

func (*DomainsRequestBuilder) Count added in v0.13.0

Count provides operations to count the resources in the collection. returns a *CountRequestBuilder when successful

func (*DomainsRequestBuilder) Get

Get retrieve a list of domain objects. returns a DomainCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DomainsRequestBuilder) Post

Post adds a domain to the tenant. Important: You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. See List verificationDnsRecords for details. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. returns a Domainable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DomainsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve a list of domain objects. returns a *RequestInformation when successful

func (*DomainsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation adds a domain to the tenant. Important: You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. See List verificationDnsRecords for details. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. returns a *RequestInformation when successful

func (*DomainsRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *DomainsRequestBuilder when successful

type DomainsRequestBuilderGetQueryParameters

type DomainsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DomainsRequestBuilderGetQueryParameters retrieve a list of domain objects.

type DomainsRequestBuilderGetRequestConfiguration added in v0.22.0

type DomainsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DomainsRequestBuilderGetQueryParameters
}

DomainsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DomainsRequestBuilderPostRequestConfiguration added in v0.22.0

type DomainsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DomainsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemDomainnamereferencesCountRequestBuilder added in v1.44.0

type ItemDomainnamereferencesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemDomainnamereferencesCountRequestBuilder provides operations to count the resources in the collection.

func NewItemDomainnamereferencesCountRequestBuilder added in v1.44.0

NewItemDomainnamereferencesCountRequestBuilder instantiates a new ItemDomainnamereferencesCountRequestBuilder and sets the default values.

func NewItemDomainnamereferencesCountRequestBuilderInternal added in v1.44.0

func NewItemDomainnamereferencesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDomainnamereferencesCountRequestBuilder

NewItemDomainnamereferencesCountRequestBuilderInternal instantiates a new ItemDomainnamereferencesCountRequestBuilder and sets the default values.

func (*ItemDomainnamereferencesCountRequestBuilder) Get added in v1.44.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemDomainnamereferencesCountRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ItemDomainnamereferencesCountRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemDomainnamereferencesCountRequestBuilder when successful

type ItemDomainnamereferencesCountRequestBuilderGetQueryParameters added in v1.44.0

type ItemDomainnamereferencesCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemDomainnamereferencesCountRequestBuilderGetQueryParameters get the number of the resource

type ItemDomainnamereferencesCountRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemDomainnamereferencesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemDomainnamereferencesCountRequestBuilderGetQueryParameters
}

ItemDomainnamereferencesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemDomainnamereferencesDirectoryObjectItemRequestBuilder added in v1.44.0

type ItemDomainnamereferencesDirectoryObjectItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemDomainnamereferencesDirectoryObjectItemRequestBuilder provides operations to manage the domainNameReferences property of the microsoft.graph.domain entity.

func NewItemDomainnamereferencesDirectoryObjectItemRequestBuilder added in v1.44.0

func NewItemDomainnamereferencesDirectoryObjectItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDomainnamereferencesDirectoryObjectItemRequestBuilder

NewItemDomainnamereferencesDirectoryObjectItemRequestBuilder instantiates a new ItemDomainnamereferencesDirectoryObjectItemRequestBuilder and sets the default values.

func NewItemDomainnamereferencesDirectoryObjectItemRequestBuilderInternal added in v1.44.0

func NewItemDomainnamereferencesDirectoryObjectItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDomainnamereferencesDirectoryObjectItemRequestBuilder

NewItemDomainnamereferencesDirectoryObjectItemRequestBuilderInternal instantiates a new ItemDomainnamereferencesDirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemDomainnamereferencesDirectoryObjectItemRequestBuilder) Get added in v1.44.0

Get 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. returns a DirectoryObjectable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemDomainnamereferencesDirectoryObjectItemRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation 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. returns a *RequestInformation when successful

func (*ItemDomainnamereferencesDirectoryObjectItemRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemDomainnamereferencesDirectoryObjectItemRequestBuilder when successful

type ItemDomainnamereferencesDirectoryObjectItemRequestBuilderGetQueryParameters added in v1.44.0

type ItemDomainnamereferencesDirectoryObjectItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemDomainnamereferencesDirectoryObjectItemRequestBuilderGetQueryParameters 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.

type ItemDomainnamereferencesDirectoryObjectItemRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemDomainnamereferencesDirectoryObjectItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemDomainnamereferencesDirectoryObjectItemRequestBuilderGetQueryParameters
}

ItemDomainnamereferencesDirectoryObjectItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemDomainnamereferencesDomainNameReferencesRequestBuilder added in v1.44.0

type ItemDomainnamereferencesDomainNameReferencesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemDomainnamereferencesDomainNameReferencesRequestBuilder provides operations to manage the domainNameReferences property of the microsoft.graph.domain entity.

func NewItemDomainnamereferencesDomainNameReferencesRequestBuilder added in v1.44.0

func NewItemDomainnamereferencesDomainNameReferencesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDomainnamereferencesDomainNameReferencesRequestBuilder

NewItemDomainnamereferencesDomainNameReferencesRequestBuilder instantiates a new ItemDomainnamereferencesDomainNameReferencesRequestBuilder and sets the default values.

func NewItemDomainnamereferencesDomainNameReferencesRequestBuilderInternal added in v1.44.0

func NewItemDomainnamereferencesDomainNameReferencesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDomainnamereferencesDomainNameReferencesRequestBuilder

NewItemDomainnamereferencesDomainNameReferencesRequestBuilderInternal instantiates a new ItemDomainnamereferencesDomainNameReferencesRequestBuilder and sets the default values.

func (*ItemDomainnamereferencesDomainNameReferencesRequestBuilder) ByDirectoryObjectId added in v1.44.0

ByDirectoryObjectId provides operations to manage the domainNameReferences property of the microsoft.graph.domain entity. returns a *ItemDomainnamereferencesDirectoryObjectItemRequestBuilder when successful

func (*ItemDomainnamereferencesDomainNameReferencesRequestBuilder) Count added in v1.44.0

Count provides operations to count the resources in the collection. returns a *ItemDomainnamereferencesCountRequestBuilder when successful

func (*ItemDomainnamereferencesDomainNameReferencesRequestBuilder) Get added in v1.44.0

Get 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. returns a DirectoryObjectCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemDomainnamereferencesDomainNameReferencesRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation 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. returns a *RequestInformation when successful

func (*ItemDomainnamereferencesDomainNameReferencesRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemDomainnamereferencesDomainNameReferencesRequestBuilder when successful

type ItemDomainnamereferencesDomainNameReferencesRequestBuilderGetQueryParameters added in v1.44.0

type ItemDomainnamereferencesDomainNameReferencesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemDomainnamereferencesDomainNameReferencesRequestBuilderGetQueryParameters 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.

type ItemDomainnamereferencesDomainNameReferencesRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemDomainnamereferencesDomainNameReferencesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemDomainnamereferencesDomainNameReferencesRequestBuilderGetQueryParameters
}

ItemDomainnamereferencesDomainNameReferencesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemFederationconfigurationCountRequestBuilder added in v1.44.0

type ItemFederationconfigurationCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemFederationconfigurationCountRequestBuilder provides operations to count the resources in the collection.

func NewItemFederationconfigurationCountRequestBuilder added in v1.44.0

NewItemFederationconfigurationCountRequestBuilder instantiates a new ItemFederationconfigurationCountRequestBuilder and sets the default values.

func NewItemFederationconfigurationCountRequestBuilderInternal added in v1.44.0

func NewItemFederationconfigurationCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFederationconfigurationCountRequestBuilder

NewItemFederationconfigurationCountRequestBuilderInternal instantiates a new ItemFederationconfigurationCountRequestBuilder and sets the default values.

func (*ItemFederationconfigurationCountRequestBuilder) Get added in v1.44.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemFederationconfigurationCountRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ItemFederationconfigurationCountRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemFederationconfigurationCountRequestBuilder when successful

type ItemFederationconfigurationCountRequestBuilderGetQueryParameters added in v1.44.0

type ItemFederationconfigurationCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemFederationconfigurationCountRequestBuilderGetQueryParameters get the number of the resource

type ItemFederationconfigurationCountRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemFederationconfigurationCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemFederationconfigurationCountRequestBuilderGetQueryParameters
}

ItemFederationconfigurationCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemFederationconfigurationFederationConfigurationRequestBuilder added in v1.44.0

type ItemFederationconfigurationFederationConfigurationRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemFederationconfigurationFederationConfigurationRequestBuilder provides operations to manage the federationConfiguration property of the microsoft.graph.domain entity.

func NewItemFederationconfigurationFederationConfigurationRequestBuilder added in v1.44.0

func NewItemFederationconfigurationFederationConfigurationRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFederationconfigurationFederationConfigurationRequestBuilder

NewItemFederationconfigurationFederationConfigurationRequestBuilder instantiates a new ItemFederationconfigurationFederationConfigurationRequestBuilder and sets the default values.

func NewItemFederationconfigurationFederationConfigurationRequestBuilderInternal added in v1.44.0

func NewItemFederationconfigurationFederationConfigurationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFederationconfigurationFederationConfigurationRequestBuilder

NewItemFederationconfigurationFederationConfigurationRequestBuilderInternal instantiates a new ItemFederationconfigurationFederationConfigurationRequestBuilder and sets the default values.

func (*ItemFederationconfigurationFederationConfigurationRequestBuilder) ByInternalDomainFederationId added in v1.44.0

ByInternalDomainFederationId provides operations to manage the federationConfiguration property of the microsoft.graph.domain entity. returns a *ItemFederationconfigurationInternalDomainFederationItemRequestBuilder when successful

func (*ItemFederationconfigurationFederationConfigurationRequestBuilder) Count added in v1.44.0

Count provides operations to count the resources in the collection. returns a *ItemFederationconfigurationCountRequestBuilder when successful

func (*ItemFederationconfigurationFederationConfigurationRequestBuilder) Get added in v1.44.0

Get read the properties of the internalDomainFederation objects for the domain. This API returns only one object in the collection. returns a InternalDomainFederationCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemFederationconfigurationFederationConfigurationRequestBuilder) Post added in v1.44.0

Post create a new internalDomainFederation object. returns a InternalDomainFederationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemFederationconfigurationFederationConfigurationRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation read the properties of the internalDomainFederation objects for the domain. This API returns only one object in the collection. returns a *RequestInformation when successful

func (*ItemFederationconfigurationFederationConfigurationRequestBuilder) ToPostRequestInformation added in v1.44.0

ToPostRequestInformation create a new internalDomainFederation object. returns a *RequestInformation when successful

func (*ItemFederationconfigurationFederationConfigurationRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemFederationconfigurationFederationConfigurationRequestBuilder when successful

type ItemFederationconfigurationFederationConfigurationRequestBuilderGetQueryParameters added in v1.44.0

type ItemFederationconfigurationFederationConfigurationRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemFederationconfigurationFederationConfigurationRequestBuilderGetQueryParameters read the properties of the internalDomainFederation objects for the domain. This API returns only one object in the collection.

type ItemFederationconfigurationFederationConfigurationRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemFederationconfigurationFederationConfigurationRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemFederationconfigurationFederationConfigurationRequestBuilderGetQueryParameters
}

ItemFederationconfigurationFederationConfigurationRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemFederationconfigurationFederationConfigurationRequestBuilderPostRequestConfiguration added in v1.44.0

type ItemFederationconfigurationFederationConfigurationRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemFederationconfigurationFederationConfigurationRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemFederationconfigurationInternalDomainFederationItemRequestBuilder added in v1.44.0

type ItemFederationconfigurationInternalDomainFederationItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemFederationconfigurationInternalDomainFederationItemRequestBuilder provides operations to manage the federationConfiguration property of the microsoft.graph.domain entity.

func NewItemFederationconfigurationInternalDomainFederationItemRequestBuilder added in v1.44.0

func NewItemFederationconfigurationInternalDomainFederationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFederationconfigurationInternalDomainFederationItemRequestBuilder

NewItemFederationconfigurationInternalDomainFederationItemRequestBuilder instantiates a new ItemFederationconfigurationInternalDomainFederationItemRequestBuilder and sets the default values.

func NewItemFederationconfigurationInternalDomainFederationItemRequestBuilderInternal added in v1.44.0

func NewItemFederationconfigurationInternalDomainFederationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFederationconfigurationInternalDomainFederationItemRequestBuilder

NewItemFederationconfigurationInternalDomainFederationItemRequestBuilderInternal instantiates a new ItemFederationconfigurationInternalDomainFederationItemRequestBuilder and sets the default values.

func (*ItemFederationconfigurationInternalDomainFederationItemRequestBuilder) Delete added in v1.44.0

Delete delete an internalDomainFederation object. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemFederationconfigurationInternalDomainFederationItemRequestBuilder) Get added in v1.44.0

Get read the properties and relationships of an internalDomainFederation object. returns a InternalDomainFederationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemFederationconfigurationInternalDomainFederationItemRequestBuilder) Patch added in v1.44.0

Patch update the properties of an internalDomainFederation object. returns a InternalDomainFederationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemFederationconfigurationInternalDomainFederationItemRequestBuilder) ToDeleteRequestInformation added in v1.44.0

ToDeleteRequestInformation delete an internalDomainFederation object. returns a *RequestInformation when successful

func (*ItemFederationconfigurationInternalDomainFederationItemRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation read the properties and relationships of an internalDomainFederation object. returns a *RequestInformation when successful

func (*ItemFederationconfigurationInternalDomainFederationItemRequestBuilder) ToPatchRequestInformation added in v1.44.0

ToPatchRequestInformation update the properties of an internalDomainFederation object. returns a *RequestInformation when successful

func (*ItemFederationconfigurationInternalDomainFederationItemRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemFederationconfigurationInternalDomainFederationItemRequestBuilder when successful

type ItemFederationconfigurationInternalDomainFederationItemRequestBuilderDeleteRequestConfiguration added in v1.44.0

type ItemFederationconfigurationInternalDomainFederationItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemFederationconfigurationInternalDomainFederationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemFederationconfigurationInternalDomainFederationItemRequestBuilderGetQueryParameters added in v1.44.0

type ItemFederationconfigurationInternalDomainFederationItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemFederationconfigurationInternalDomainFederationItemRequestBuilderGetQueryParameters read the properties and relationships of an internalDomainFederation object.

type ItemFederationconfigurationInternalDomainFederationItemRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemFederationconfigurationInternalDomainFederationItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemFederationconfigurationInternalDomainFederationItemRequestBuilderGetQueryParameters
}

ItemFederationconfigurationInternalDomainFederationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemFederationconfigurationInternalDomainFederationItemRequestBuilderPatchRequestConfiguration added in v1.44.0

type ItemFederationconfigurationInternalDomainFederationItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemFederationconfigurationInternalDomainFederationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemForcedeleteForceDeletePostRequestBody added in v1.44.0

type ItemForcedeleteForceDeletePostRequestBody struct {
	// contains filtered or unexported fields
}

func NewItemForcedeleteForceDeletePostRequestBody added in v1.44.0

func NewItemForcedeleteForceDeletePostRequestBody() *ItemForcedeleteForceDeletePostRequestBody

NewItemForcedeleteForceDeletePostRequestBody instantiates a new ItemForcedeleteForceDeletePostRequestBody and sets the default values.

func (*ItemForcedeleteForceDeletePostRequestBody) GetAdditionalData added in v1.44.0

func (m *ItemForcedeleteForceDeletePostRequestBody) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*ItemForcedeleteForceDeletePostRequestBody) GetBackingStore added in v1.44.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*ItemForcedeleteForceDeletePostRequestBody) GetDisableUserAccounts added in v1.44.0

func (m *ItemForcedeleteForceDeletePostRequestBody) GetDisableUserAccounts() *bool

GetDisableUserAccounts gets the disableUserAccounts property value. The disableUserAccounts property returns a *bool when successful

func (*ItemForcedeleteForceDeletePostRequestBody) GetFieldDeserializers added in v1.44.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*ItemForcedeleteForceDeletePostRequestBody) Serialize added in v1.44.0

Serialize serializes information the current object

func (*ItemForcedeleteForceDeletePostRequestBody) SetAdditionalData added in v1.44.0

func (m *ItemForcedeleteForceDeletePostRequestBody) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ItemForcedeleteForceDeletePostRequestBody) SetBackingStore added in v1.44.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*ItemForcedeleteForceDeletePostRequestBody) SetDisableUserAccounts added in v1.44.0

func (m *ItemForcedeleteForceDeletePostRequestBody) SetDisableUserAccounts(value *bool)

SetDisableUserAccounts sets the disableUserAccounts property value. The disableUserAccounts property

type ItemForcedeleteForceDeleteRequestBuilder added in v1.44.0

type ItemForcedeleteForceDeleteRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemForcedeleteForceDeleteRequestBuilder provides operations to call the forceDelete method.

func NewItemForcedeleteForceDeleteRequestBuilder added in v1.44.0

NewItemForcedeleteForceDeleteRequestBuilder instantiates a new ItemForcedeleteForceDeleteRequestBuilder and sets the default values.

func NewItemForcedeleteForceDeleteRequestBuilderInternal added in v1.44.0

func NewItemForcedeleteForceDeleteRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemForcedeleteForceDeleteRequestBuilder

NewItemForcedeleteForceDeleteRequestBuilderInternal instantiates a new ItemForcedeleteForceDeleteRequestBuilder and sets the default values.

func (*ItemForcedeleteForceDeleteRequestBuilder) Post added in v1.44.0

Post delete a domain using an asynchronous long-running operation. Before performing this operation, you must update or remove any references to Exchange as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain return an HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemForcedeleteForceDeleteRequestBuilder) ToPostRequestInformation added in v1.44.0

ToPostRequestInformation delete a domain using an asynchronous long-running operation. Before performing this operation, you must update or remove any references to Exchange as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain return an HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation. returns a *RequestInformation when successful

func (*ItemForcedeleteForceDeleteRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemForcedeleteForceDeleteRequestBuilder when successful

type ItemForcedeleteForceDeleteRequestBuilderPostRequestConfiguration added in v1.44.0

type ItemForcedeleteForceDeleteRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemForcedeleteForceDeleteRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemPromotePostResponse added in v1.20.0

type ItemPromotePostResponse struct {
	// contains filtered or unexported fields
}

func NewItemPromotePostResponse added in v1.20.0

func NewItemPromotePostResponse() *ItemPromotePostResponse

NewItemPromotePostResponse instantiates a new ItemPromotePostResponse and sets the default values.

func (*ItemPromotePostResponse) GetAdditionalData added in v1.20.0

func (m *ItemPromotePostResponse) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*ItemPromotePostResponse) GetBackingStore added in v1.20.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*ItemPromotePostResponse) GetFieldDeserializers added in v1.20.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*ItemPromotePostResponse) GetValue added in v1.20.0

func (m *ItemPromotePostResponse) GetValue() *bool

GetValue gets the value property value. The value property returns a *bool when successful

func (*ItemPromotePostResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*ItemPromotePostResponse) SetAdditionalData added in v1.20.0

func (m *ItemPromotePostResponse) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ItemPromotePostResponse) SetBackingStore added in v1.20.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*ItemPromotePostResponse) SetValue added in v1.20.0

func (m *ItemPromotePostResponse) SetValue(value *bool)

SetValue sets the value property value. The value property

type ItemPromoteRequestBuilder added in v0.49.0

ItemPromoteRequestBuilder provides operations to call the promote method.

func NewItemPromoteRequestBuilder added in v0.49.0

NewItemPromoteRequestBuilder instantiates a new ItemPromoteRequestBuilder and sets the default values.

func NewItemPromoteRequestBuilderInternal added in v0.49.0

func NewItemPromoteRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemPromoteRequestBuilder

NewItemPromoteRequestBuilderInternal instantiates a new ItemPromoteRequestBuilder and sets the default values.

func (*ItemPromoteRequestBuilder) Post added in v0.49.0

Post promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true. Deprecated: This method is obsolete. Use PostAsPromotePostResponse instead. returns a ItemPromoteResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemPromoteRequestBuilder) PostAsPromotePostResponse added in v1.20.0

PostAsPromotePostResponse promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true. returns a ItemPromotePostResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemPromoteRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true. returns a *RequestInformation when successful

func (*ItemPromoteRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemPromoteRequestBuilder when successful

type ItemPromoteRequestBuilderPostRequestConfiguration added in v0.49.0

type ItemPromoteRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemPromoteRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemPromoteResponse deprecated added in v0.49.0

type ItemPromoteResponse struct {
	ItemPromotePostResponse
}

Deprecated: This class is obsolete. Use ItemPromotePostResponseable instead.

func NewItemPromoteResponse added in v0.49.0

func NewItemPromoteResponse() *ItemPromoteResponse

NewItemPromoteResponse instantiates a new ItemPromoteResponse and sets the default values.

type ItemPromoteResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use ItemPromotePostResponseable instead.

type ItemServiceconfigurationrecordsCountRequestBuilder added in v1.44.0

type ItemServiceconfigurationrecordsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemServiceconfigurationrecordsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemServiceconfigurationrecordsCountRequestBuilder added in v1.44.0

NewItemServiceconfigurationrecordsCountRequestBuilder instantiates a new ItemServiceconfigurationrecordsCountRequestBuilder and sets the default values.

func NewItemServiceconfigurationrecordsCountRequestBuilderInternal added in v1.44.0

func NewItemServiceconfigurationrecordsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemServiceconfigurationrecordsCountRequestBuilder

NewItemServiceconfigurationrecordsCountRequestBuilderInternal instantiates a new ItemServiceconfigurationrecordsCountRequestBuilder and sets the default values.

func (*ItemServiceconfigurationrecordsCountRequestBuilder) Get added in v1.44.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemServiceconfigurationrecordsCountRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ItemServiceconfigurationrecordsCountRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemServiceconfigurationrecordsCountRequestBuilder when successful

type ItemServiceconfigurationrecordsCountRequestBuilderGetQueryParameters added in v1.44.0

type ItemServiceconfigurationrecordsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemServiceconfigurationrecordsCountRequestBuilderGetQueryParameters get the number of the resource

type ItemServiceconfigurationrecordsCountRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemServiceconfigurationrecordsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemServiceconfigurationrecordsCountRequestBuilderGetQueryParameters
}

ItemServiceconfigurationrecordsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder added in v1.44.0

type ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder provides operations to manage the serviceConfigurationRecords property of the microsoft.graph.domain entity.

func NewItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder added in v1.44.0

func NewItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder

NewItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder instantiates a new ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder and sets the default values.

func NewItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilderInternal added in v1.44.0

func NewItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder

NewItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilderInternal instantiates a new ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder and sets the default values.

func (*ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder) Delete added in v1.44.0

Delete delete navigation property serviceConfigurationRecords for domains returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder) Get added in v1.44.0

Get dNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Supports $expand. returns a DomainDnsRecordable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder) Patch added in v1.44.0

Patch update the navigation property serviceConfigurationRecords in domains returns a DomainDnsRecordable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder) ToDeleteRequestInformation added in v1.44.0

ToDeleteRequestInformation delete navigation property serviceConfigurationRecords for domains returns a *RequestInformation when successful

func (*ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation dNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Supports $expand. returns a *RequestInformation when successful

func (*ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder) ToPatchRequestInformation added in v1.44.0

ToPatchRequestInformation update the navigation property serviceConfigurationRecords in domains returns a *RequestInformation when successful

func (*ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder when successful

type ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilderDeleteRequestConfiguration added in v1.44.0

type ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilderGetQueryParameters added in v1.44.0

type ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilderGetQueryParameters dNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Supports $expand.

type ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilderGetQueryParameters
}

ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilderPatchRequestConfiguration added in v1.44.0

type ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder added in v1.44.0

type ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder provides operations to manage the serviceConfigurationRecords property of the microsoft.graph.domain entity.

func NewItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder added in v1.44.0

func NewItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder

NewItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder instantiates a new ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder and sets the default values.

func NewItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilderInternal added in v1.44.0

func NewItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder

NewItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilderInternal instantiates a new ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder and sets the default values.

func (*ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder) ByDomainDnsRecordId added in v1.44.0

ByDomainDnsRecordId provides operations to manage the serviceConfigurationRecords property of the microsoft.graph.domain entity. returns a *ItemServiceconfigurationrecordsDomainDnsRecordItemRequestBuilder when successful

func (*ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder) Count added in v1.44.0

Count provides operations to count the resources in the collection. returns a *ItemServiceconfigurationrecordsCountRequestBuilder when successful

func (*ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder) Get added in v1.44.0

Get retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. returns a DomainDnsRecordCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder) Post added in v1.44.0

Post create new navigation property to serviceConfigurationRecords for domains returns a DomainDnsRecordable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. returns a *RequestInformation when successful

func (*ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder) ToPostRequestInformation added in v1.44.0

ToPostRequestInformation create new navigation property to serviceConfigurationRecords for domains returns a *RequestInformation when successful

func (*ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilder when successful

type ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilderGetQueryParameters added in v1.44.0

type ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilderGetQueryParameters retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration.

type ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilderGetQueryParameters
}

ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilderPostRequestConfiguration added in v1.44.0

type ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemServiceconfigurationrecordsServiceConfigurationRecordsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemVerificationdnsrecordsCountRequestBuilder added in v1.44.0

type ItemVerificationdnsrecordsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemVerificationdnsrecordsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemVerificationdnsrecordsCountRequestBuilder added in v1.44.0

NewItemVerificationdnsrecordsCountRequestBuilder instantiates a new ItemVerificationdnsrecordsCountRequestBuilder and sets the default values.

func NewItemVerificationdnsrecordsCountRequestBuilderInternal added in v1.44.0

func NewItemVerificationdnsrecordsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemVerificationdnsrecordsCountRequestBuilder

NewItemVerificationdnsrecordsCountRequestBuilderInternal instantiates a new ItemVerificationdnsrecordsCountRequestBuilder and sets the default values.

func (*ItemVerificationdnsrecordsCountRequestBuilder) Get added in v1.44.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemVerificationdnsrecordsCountRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ItemVerificationdnsrecordsCountRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemVerificationdnsrecordsCountRequestBuilder when successful

type ItemVerificationdnsrecordsCountRequestBuilderGetQueryParameters added in v1.44.0

type ItemVerificationdnsrecordsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemVerificationdnsrecordsCountRequestBuilderGetQueryParameters get the number of the resource

type ItemVerificationdnsrecordsCountRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemVerificationdnsrecordsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemVerificationdnsrecordsCountRequestBuilderGetQueryParameters
}

ItemVerificationdnsrecordsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder added in v1.44.0

type ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder provides operations to manage the verificationDnsRecords property of the microsoft.graph.domain entity.

func NewItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder added in v1.44.0

func NewItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder

NewItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder instantiates a new ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder and sets the default values.

func NewItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilderInternal added in v1.44.0

func NewItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder

NewItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilderInternal instantiates a new ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder and sets the default values.

func (*ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder) Delete added in v1.44.0

Delete delete navigation property verificationDnsRecords for domains returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder) Get added in v1.44.0

Get dNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Microsoft Entra ID. Read-only, Nullable. Supports $expand. returns a DomainDnsRecordable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder) Patch added in v1.44.0

Patch update the navigation property verificationDnsRecords in domains returns a DomainDnsRecordable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder) ToDeleteRequestInformation added in v1.44.0

ToDeleteRequestInformation delete navigation property verificationDnsRecords for domains returns a *RequestInformation when successful

func (*ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation dNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Microsoft Entra ID. Read-only, Nullable. Supports $expand. returns a *RequestInformation when successful

func (*ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder) ToPatchRequestInformation added in v1.44.0

ToPatchRequestInformation update the navigation property verificationDnsRecords in domains returns a *RequestInformation when successful

func (*ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder when successful

type ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilderDeleteRequestConfiguration added in v1.44.0

type ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilderGetQueryParameters added in v1.44.0

type ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilderGetQueryParameters dNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Microsoft Entra ID. Read-only, Nullable. Supports $expand.

type ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilderGetQueryParameters
}

ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilderPatchRequestConfiguration added in v1.44.0

type ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder added in v1.44.0

type ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder provides operations to manage the verificationDnsRecords property of the microsoft.graph.domain entity.

func NewItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder added in v1.44.0

func NewItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder

NewItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder instantiates a new ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder and sets the default values.

func NewItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilderInternal added in v1.44.0

func NewItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder

NewItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilderInternal instantiates a new ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder and sets the default values.

func (*ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder) ByDomainDnsRecordId added in v1.44.0

ByDomainDnsRecordId provides operations to manage the verificationDnsRecords property of the microsoft.graph.domain entity. returns a *ItemVerificationdnsrecordsDomainDnsRecordItemRequestBuilder when successful

func (*ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder) Count added in v1.44.0

Count provides operations to count the resources in the collection. returns a *ItemVerificationdnsrecordsCountRequestBuilder when successful

func (*ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder) Get added in v1.44.0

Get retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. returns a DomainDnsRecordCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder) Post added in v1.44.0

Post create new navigation property to verificationDnsRecords for domains returns a DomainDnsRecordable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. returns a *RequestInformation when successful

func (*ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder) ToPostRequestInformation added in v1.44.0

ToPostRequestInformation create new navigation property to verificationDnsRecords for domains returns a *RequestInformation when successful

func (*ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilder when successful

type ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilderGetQueryParameters added in v1.44.0

type ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilderGetQueryParameters retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified.

type ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilderGetRequestConfiguration added in v1.44.0

type ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilderGetQueryParameters
}

ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilderPostRequestConfiguration added in v1.44.0

type ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemVerificationdnsrecordsVerificationDnsRecordsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemVerifyRequestBuilder added in v0.49.0

ItemVerifyRequestBuilder provides operations to call the verify method.

func NewItemVerifyRequestBuilder added in v0.49.0

NewItemVerifyRequestBuilder instantiates a new ItemVerifyRequestBuilder and sets the default values.

func NewItemVerifyRequestBuilderInternal added in v0.49.0

func NewItemVerifyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemVerifyRequestBuilder

NewItemVerifyRequestBuilderInternal instantiates a new ItemVerifyRequestBuilder and sets the default values.

func (*ItemVerifyRequestBuilder) Post added in v0.49.0

Post validates the ownership of the domain. returns a Domainable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemVerifyRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation validates the ownership of the domain. returns a *RequestInformation when successful

func (*ItemVerifyRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemVerifyRequestBuilder when successful

type ItemVerifyRequestBuilderPostRequestConfiguration added in v0.49.0

type ItemVerifyRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemVerifyRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

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