domains

package
v0.55.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2023 License: MIT Imports: 5 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateItemMicrosoftGraphForceDeleteForceDeletePostRequestBodyFromDiscriminatorValue added in v0.54.0

func CreateItemMicrosoftGraphForceDeleteForceDeletePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)

CreateItemMicrosoftGraphForceDeleteForceDeletePostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateItemMicrosoftGraphPromotePromoteResponseFromDiscriminatorValue added in v0.54.0

CreateItemMicrosoftGraphPromotePromoteResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

Types

type CountRequestBuilder added in v0.49.0

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

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

func (*CountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

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

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

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 deletes a domain from a tenant. 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.

func (*DomainItemRequestBuilder) DomainNameReferencesById added in v0.49.0

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

func (*DomainItemRequestBuilder) FederationConfiguration added in v0.49.0

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

func (*DomainItemRequestBuilder) FederationConfigurationById added in v0.49.0

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

func (*DomainItemRequestBuilder) Get added in v0.49.0

Get retrieve the properties and relationships of domain object. Find more info here

func (*DomainItemRequestBuilder) MicrosoftGraphForceDelete added in v0.54.0

MicrosoftGraphForceDelete provides operations to call the forceDelete method.

func (*DomainItemRequestBuilder) MicrosoftGraphPromote added in v0.54.0

MicrosoftGraphPromote provides operations to call the promote method.

func (*DomainItemRequestBuilder) MicrosoftGraphVerify added in v0.54.0

MicrosoftGraphVerify provides operations to call the verify method.

func (*DomainItemRequestBuilder) ServiceConfigurationRecords added in v0.49.0

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

func (*DomainItemRequestBuilder) ServiceConfigurationRecordsById added in v0.49.0

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

func (*DomainItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation deletes a domain from a tenant.

func (*DomainItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve the properties and relationships of domain object.

func (*DomainItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the properties of domain object.

func (*DomainItemRequestBuilder) VerificationDnsRecords added in v0.49.0

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

func (*DomainItemRequestBuilder) VerificationDnsRecordsById added in v0.49.0

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

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

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

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) Count added in v0.13.0

Count provides operations to count the resources in the collection.

func (*DomainsRequestBuilder) Post

Post adds a domain to the tenant. **Important**: You cannot use an associated domain with your Azure AD 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. Find more info here

func (*DomainsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve a list of domain objects.

func (*DomainsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation adds a domain to the tenant. **Important**: You cannot use an associated domain with your Azure AD 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.

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 v0.49.0

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

ItemDomainNameReferencesCountRequestBuilder provides operations to count the resources in the collection.

func NewItemDomainNameReferencesCountRequestBuilder added in v0.49.0

NewItemDomainNameReferencesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemDomainNameReferencesCountRequestBuilderInternal added in v0.49.0

func NewItemDomainNameReferencesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDomainNameReferencesCountRequestBuilder

NewItemDomainNameReferencesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemDomainNameReferencesCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemDomainNameReferencesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemDomainNameReferencesCountRequestBuilderGetQueryParameters added in v0.53.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 v0.49.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 v0.49.0

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

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

func NewItemDomainNameReferencesDirectoryObjectItemRequestBuilder added in v0.49.0

func NewItemDomainNameReferencesDirectoryObjectItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDomainNameReferencesDirectoryObjectItemRequestBuilder

NewItemDomainNameReferencesDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemDomainNameReferencesDirectoryObjectItemRequestBuilderInternal added in v0.49.0

func NewItemDomainNameReferencesDirectoryObjectItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDomainNameReferencesDirectoryObjectItemRequestBuilder

NewItemDomainNameReferencesDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemDomainNameReferencesDirectoryObjectItemRequestBuilder) Get added in v0.49.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.

func (*ItemDomainNameReferencesDirectoryObjectItemRequestBuilder) ToGetRequestInformation added in v0.51.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.

type ItemDomainNameReferencesDirectoryObjectItemRequestBuilderGetQueryParameters added in v0.49.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 v0.49.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 ItemDomainNameReferencesRequestBuilder added in v0.49.0

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

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

func NewItemDomainNameReferencesRequestBuilder added in v0.49.0

NewItemDomainNameReferencesRequestBuilder instantiates a new DomainNameReferencesRequestBuilder and sets the default values.

func NewItemDomainNameReferencesRequestBuilderInternal added in v0.49.0

func NewItemDomainNameReferencesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDomainNameReferencesRequestBuilder

NewItemDomainNameReferencesRequestBuilderInternal instantiates a new DomainNameReferencesRequestBuilder and sets the default values.

func (*ItemDomainNameReferencesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemDomainNameReferencesRequestBuilder) Get added in v0.49.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. Find more info here

func (*ItemDomainNameReferencesRequestBuilder) ToGetRequestInformation added in v0.51.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.

type ItemDomainNameReferencesRequestBuilderGetQueryParameters added in v0.49.0

type ItemDomainNameReferencesRequestBuilderGetQueryParameters 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"`
}

ItemDomainNameReferencesRequestBuilderGetQueryParameters 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 ItemDomainNameReferencesRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFederationConfigurationCountRequestBuilder added in v0.49.0

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

ItemFederationConfigurationCountRequestBuilder provides operations to count the resources in the collection.

func NewItemFederationConfigurationCountRequestBuilder added in v0.49.0

NewItemFederationConfigurationCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemFederationConfigurationCountRequestBuilderInternal added in v0.49.0

func NewItemFederationConfigurationCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFederationConfigurationCountRequestBuilder

NewItemFederationConfigurationCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemFederationConfigurationCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemFederationConfigurationCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemFederationConfigurationCountRequestBuilderGetQueryParameters added in v0.53.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 v0.49.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 ItemFederationConfigurationInternalDomainFederationItemRequestBuilder added in v0.49.0

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

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

func NewItemFederationConfigurationInternalDomainFederationItemRequestBuilder added in v0.49.0

func NewItemFederationConfigurationInternalDomainFederationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFederationConfigurationInternalDomainFederationItemRequestBuilder

NewItemFederationConfigurationInternalDomainFederationItemRequestBuilder instantiates a new InternalDomainFederationItemRequestBuilder and sets the default values.

func NewItemFederationConfigurationInternalDomainFederationItemRequestBuilderInternal added in v0.49.0

func NewItemFederationConfigurationInternalDomainFederationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFederationConfigurationInternalDomainFederationItemRequestBuilder

NewItemFederationConfigurationInternalDomainFederationItemRequestBuilderInternal instantiates a new InternalDomainFederationItemRequestBuilder and sets the default values.

func (*ItemFederationConfigurationInternalDomainFederationItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property federationConfiguration for domains

func (*ItemFederationConfigurationInternalDomainFederationItemRequestBuilder) Get added in v0.49.0

Get domain settings configured by a customer when federated with Azure AD. Supports $expand.

func (*ItemFederationConfigurationInternalDomainFederationItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property federationConfiguration for domains

func (*ItemFederationConfigurationInternalDomainFederationItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation domain settings configured by a customer when federated with Azure AD. Supports $expand.

func (*ItemFederationConfigurationInternalDomainFederationItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property federationConfiguration in domains

type ItemFederationConfigurationInternalDomainFederationItemRequestBuilderDeleteRequestConfiguration added in v0.49.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 v0.49.0

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

ItemFederationConfigurationInternalDomainFederationItemRequestBuilderGetQueryParameters domain settings configured by a customer when federated with Azure AD. Supports $expand.

type ItemFederationConfigurationInternalDomainFederationItemRequestBuilderGetRequestConfiguration added in v0.49.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 v0.49.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 ItemFederationConfigurationRequestBuilder added in v0.49.0

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

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

func NewItemFederationConfigurationRequestBuilder added in v0.49.0

NewItemFederationConfigurationRequestBuilder instantiates a new FederationConfigurationRequestBuilder and sets the default values.

func NewItemFederationConfigurationRequestBuilderInternal added in v0.49.0

func NewItemFederationConfigurationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFederationConfigurationRequestBuilder

NewItemFederationConfigurationRequestBuilderInternal instantiates a new FederationConfigurationRequestBuilder and sets the default values.

func (*ItemFederationConfigurationRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemFederationConfigurationRequestBuilder) Get added in v0.49.0

Get domain settings configured by a customer when federated with Azure AD. Supports $expand.

func (*ItemFederationConfigurationRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation domain settings configured by a customer when federated with Azure AD. Supports $expand.

func (*ItemFederationConfigurationRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create a new internalDomainFederation object.

type ItemFederationConfigurationRequestBuilderGetQueryParameters added in v0.49.0

type ItemFederationConfigurationRequestBuilderGetQueryParameters 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"`
}

ItemFederationConfigurationRequestBuilderGetQueryParameters domain settings configured by a customer when federated with Azure AD. Supports $expand.

type ItemFederationConfigurationRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFederationConfigurationRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemMicrosoftGraphForceDeleteForceDeletePostRequestBody added in v0.54.0

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

ItemMicrosoftGraphForceDeleteForceDeletePostRequestBody

func NewItemMicrosoftGraphForceDeleteForceDeletePostRequestBody added in v0.54.0

func NewItemMicrosoftGraphForceDeleteForceDeletePostRequestBody() *ItemMicrosoftGraphForceDeleteForceDeletePostRequestBody

NewItemMicrosoftGraphForceDeleteForceDeletePostRequestBody instantiates a new ItemMicrosoftGraphForceDeleteForceDeletePostRequestBody and sets the default values.

func (*ItemMicrosoftGraphForceDeleteForceDeletePostRequestBody) GetAdditionalData added in v0.54.0

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.

func (*ItemMicrosoftGraphForceDeleteForceDeletePostRequestBody) GetDisableUserAccounts added in v0.54.0

GetDisableUserAccounts gets the disableUserAccounts property value. The disableUserAccounts property

func (*ItemMicrosoftGraphForceDeleteForceDeletePostRequestBody) GetFieldDeserializers added in v0.54.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemMicrosoftGraphForceDeleteForceDeletePostRequestBody) Serialize added in v0.54.0

Serialize serializes information the current object

func (*ItemMicrosoftGraphForceDeleteForceDeletePostRequestBody) SetAdditionalData added in v0.54.0

func (m *ItemMicrosoftGraphForceDeleteForceDeletePostRequestBody) 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 (*ItemMicrosoftGraphForceDeleteForceDeletePostRequestBody) SetDisableUserAccounts added in v0.54.0

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

SetDisableUserAccounts sets the disableUserAccounts property value. The disableUserAccounts property

type ItemMicrosoftGraphForceDeleteForceDeletePostRequestBodyable added in v0.54.0

type ItemMicrosoftGraphForceDeleteForceDeletePostRequestBodyable interface {
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
	GetDisableUserAccounts() *bool
	SetDisableUserAccounts(value *bool)
}

ItemMicrosoftGraphForceDeleteForceDeletePostRequestBodyable

type ItemMicrosoftGraphForceDeleteRequestBuilder added in v0.54.0

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

ItemMicrosoftGraphForceDeleteRequestBuilder provides operations to call the forceDelete method.

func NewItemMicrosoftGraphForceDeleteRequestBuilder added in v0.54.0

NewItemMicrosoftGraphForceDeleteRequestBuilder instantiates a new MicrosoftGraphForceDeleteRequestBuilder and sets the default values.

func NewItemMicrosoftGraphForceDeleteRequestBuilderInternal added in v0.54.0

func NewItemMicrosoftGraphForceDeleteRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMicrosoftGraphForceDeleteRequestBuilder

NewItemMicrosoftGraphForceDeleteRequestBuilderInternal instantiates a new MicrosoftGraphForceDeleteRequestBuilder and sets the default values.

func (*ItemMicrosoftGraphForceDeleteRequestBuilder) Post added in v0.54.0

Post deletes a domain using an asynchronous long-running operation. Prior to calling forceDelete, 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 will return a HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation. Find more info here

func (*ItemMicrosoftGraphForceDeleteRequestBuilder) ToPostRequestInformation added in v0.54.0

ToPostRequestInformation deletes a domain using an asynchronous long-running operation. Prior to calling forceDelete, 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 will return a HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation.

type ItemMicrosoftGraphForceDeleteRequestBuilderPostRequestConfiguration added in v0.54.0

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

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

type ItemMicrosoftGraphPromotePromoteResponse added in v0.54.0

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

ItemMicrosoftGraphPromotePromoteResponse

func NewItemMicrosoftGraphPromotePromoteResponse added in v0.54.0

func NewItemMicrosoftGraphPromotePromoteResponse() *ItemMicrosoftGraphPromotePromoteResponse

NewItemMicrosoftGraphPromotePromoteResponse instantiates a new ItemMicrosoftGraphPromotePromoteResponse and sets the default values.

func (*ItemMicrosoftGraphPromotePromoteResponse) GetAdditionalData added in v0.54.0

func (m *ItemMicrosoftGraphPromotePromoteResponse) 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.

func (*ItemMicrosoftGraphPromotePromoteResponse) GetFieldDeserializers added in v0.54.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemMicrosoftGraphPromotePromoteResponse) GetValue added in v0.54.0

GetValue gets the value property value. The value property

func (*ItemMicrosoftGraphPromotePromoteResponse) Serialize added in v0.54.0

Serialize serializes information the current object

func (*ItemMicrosoftGraphPromotePromoteResponse) SetAdditionalData added in v0.54.0

func (m *ItemMicrosoftGraphPromotePromoteResponse) 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 (*ItemMicrosoftGraphPromotePromoteResponse) SetValue added in v0.54.0

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

SetValue sets the value property value. The value property

type ItemMicrosoftGraphPromotePromoteResponseable added in v0.54.0

ItemMicrosoftGraphPromotePromoteResponseable

type ItemMicrosoftGraphPromoteRequestBuilder added in v0.54.0

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

ItemMicrosoftGraphPromoteRequestBuilder provides operations to call the promote method.

func NewItemMicrosoftGraphPromoteRequestBuilder added in v0.54.0

NewItemMicrosoftGraphPromoteRequestBuilder instantiates a new MicrosoftGraphPromoteRequestBuilder and sets the default values.

func NewItemMicrosoftGraphPromoteRequestBuilderInternal added in v0.54.0

func NewItemMicrosoftGraphPromoteRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMicrosoftGraphPromoteRequestBuilder

NewItemMicrosoftGraphPromoteRequestBuilderInternal instantiates a new MicrosoftGraphPromoteRequestBuilder and sets the default values.

func (*ItemMicrosoftGraphPromoteRequestBuilder) Post added in v0.54.0

Post invoke action promote

func (*ItemMicrosoftGraphPromoteRequestBuilder) ToPostRequestInformation added in v0.54.0

ToPostRequestInformation invoke action promote

type ItemMicrosoftGraphPromoteRequestBuilderPostRequestConfiguration added in v0.54.0

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

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

type ItemMicrosoftGraphVerifyRequestBuilder added in v0.54.0

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

ItemMicrosoftGraphVerifyRequestBuilder provides operations to call the verify method.

func NewItemMicrosoftGraphVerifyRequestBuilder added in v0.54.0

NewItemMicrosoftGraphVerifyRequestBuilder instantiates a new MicrosoftGraphVerifyRequestBuilder and sets the default values.

func NewItemMicrosoftGraphVerifyRequestBuilderInternal added in v0.54.0

func NewItemMicrosoftGraphVerifyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMicrosoftGraphVerifyRequestBuilder

NewItemMicrosoftGraphVerifyRequestBuilderInternal instantiates a new MicrosoftGraphVerifyRequestBuilder and sets the default values.

func (*ItemMicrosoftGraphVerifyRequestBuilder) Post added in v0.54.0

Post validates the ownership of the domain. Find more info here

func (*ItemMicrosoftGraphVerifyRequestBuilder) ToPostRequestInformation added in v0.54.0

ToPostRequestInformation validates the ownership of the domain.

type ItemMicrosoftGraphVerifyRequestBuilderPostRequestConfiguration added in v0.54.0

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

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

type ItemServiceConfigurationRecordsCountRequestBuilder added in v0.49.0

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

ItemServiceConfigurationRecordsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemServiceConfigurationRecordsCountRequestBuilder added in v0.49.0

NewItemServiceConfigurationRecordsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemServiceConfigurationRecordsCountRequestBuilderInternal added in v0.49.0

func NewItemServiceConfigurationRecordsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemServiceConfigurationRecordsCountRequestBuilder

NewItemServiceConfigurationRecordsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemServiceConfigurationRecordsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemServiceConfigurationRecordsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemServiceConfigurationRecordsCountRequestBuilderGetQueryParameters added in v0.53.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 v0.49.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 v0.49.0

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

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

func NewItemServiceConfigurationRecordsDomainDnsRecordItemRequestBuilder added in v0.49.0

func NewItemServiceConfigurationRecordsDomainDnsRecordItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemServiceConfigurationRecordsDomainDnsRecordItemRequestBuilder

NewItemServiceConfigurationRecordsDomainDnsRecordItemRequestBuilder instantiates a new DomainDnsRecordItemRequestBuilder and sets the default values.

func NewItemServiceConfigurationRecordsDomainDnsRecordItemRequestBuilderInternal added in v0.49.0

func NewItemServiceConfigurationRecordsDomainDnsRecordItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemServiceConfigurationRecordsDomainDnsRecordItemRequestBuilder

NewItemServiceConfigurationRecordsDomainDnsRecordItemRequestBuilderInternal instantiates a new DomainDnsRecordItemRequestBuilder and sets the default values.

func (*ItemServiceConfigurationRecordsDomainDnsRecordItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property serviceConfigurationRecords for domains

func (*ItemServiceConfigurationRecordsDomainDnsRecordItemRequestBuilder) Get added in v0.49.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.

func (*ItemServiceConfigurationRecordsDomainDnsRecordItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property serviceConfigurationRecords for domains

func (*ItemServiceConfigurationRecordsDomainDnsRecordItemRequestBuilder) ToGetRequestInformation added in v0.51.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.

func (*ItemServiceConfigurationRecordsDomainDnsRecordItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property serviceConfigurationRecords in domains

type ItemServiceConfigurationRecordsDomainDnsRecordItemRequestBuilderDeleteRequestConfiguration added in v0.49.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 v0.49.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 v0.49.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 v0.49.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 ItemServiceConfigurationRecordsRequestBuilder added in v0.49.0

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

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

func NewItemServiceConfigurationRecordsRequestBuilder added in v0.49.0

NewItemServiceConfigurationRecordsRequestBuilder instantiates a new ServiceConfigurationRecordsRequestBuilder and sets the default values.

func NewItemServiceConfigurationRecordsRequestBuilderInternal added in v0.49.0

func NewItemServiceConfigurationRecordsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemServiceConfigurationRecordsRequestBuilder

NewItemServiceConfigurationRecordsRequestBuilderInternal instantiates a new ServiceConfigurationRecordsRequestBuilder and sets the default values.

func (*ItemServiceConfigurationRecordsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemServiceConfigurationRecordsRequestBuilder) Get added in v0.49.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. Find more info here

func (*ItemServiceConfigurationRecordsRequestBuilder) Post added in v0.49.0

Post create new navigation property to serviceConfigurationRecords for domains

func (*ItemServiceConfigurationRecordsRequestBuilder) ToGetRequestInformation added in v0.51.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.

func (*ItemServiceConfigurationRecordsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to serviceConfigurationRecords for domains

type ItemServiceConfigurationRecordsRequestBuilderGetQueryParameters added in v0.49.0

type ItemServiceConfigurationRecordsRequestBuilderGetQueryParameters 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"`
}

ItemServiceConfigurationRecordsRequestBuilderGetQueryParameters 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 ItemServiceConfigurationRecordsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemServiceConfigurationRecordsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemVerificationDnsRecordsCountRequestBuilder added in v0.49.0

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

ItemVerificationDnsRecordsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemVerificationDnsRecordsCountRequestBuilder added in v0.49.0

NewItemVerificationDnsRecordsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemVerificationDnsRecordsCountRequestBuilderInternal added in v0.49.0

func NewItemVerificationDnsRecordsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemVerificationDnsRecordsCountRequestBuilder

NewItemVerificationDnsRecordsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemVerificationDnsRecordsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemVerificationDnsRecordsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemVerificationDnsRecordsCountRequestBuilderGetQueryParameters added in v0.53.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 v0.49.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 v0.49.0

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

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

func NewItemVerificationDnsRecordsDomainDnsRecordItemRequestBuilder added in v0.49.0

func NewItemVerificationDnsRecordsDomainDnsRecordItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemVerificationDnsRecordsDomainDnsRecordItemRequestBuilder

NewItemVerificationDnsRecordsDomainDnsRecordItemRequestBuilder instantiates a new DomainDnsRecordItemRequestBuilder and sets the default values.

func NewItemVerificationDnsRecordsDomainDnsRecordItemRequestBuilderInternal added in v0.49.0

func NewItemVerificationDnsRecordsDomainDnsRecordItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemVerificationDnsRecordsDomainDnsRecordItemRequestBuilder

NewItemVerificationDnsRecordsDomainDnsRecordItemRequestBuilderInternal instantiates a new DomainDnsRecordItemRequestBuilder and sets the default values.

func (*ItemVerificationDnsRecordsDomainDnsRecordItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property verificationDnsRecords for domains

func (*ItemVerificationDnsRecordsDomainDnsRecordItemRequestBuilder) Get added in v0.49.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 Azure AD. Read-only, Nullable. Supports $expand.

func (*ItemVerificationDnsRecordsDomainDnsRecordItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property verificationDnsRecords for domains

func (*ItemVerificationDnsRecordsDomainDnsRecordItemRequestBuilder) ToGetRequestInformation added in v0.51.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 Azure AD. Read-only, Nullable. Supports $expand.

func (*ItemVerificationDnsRecordsDomainDnsRecordItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property verificationDnsRecords in domains

type ItemVerificationDnsRecordsDomainDnsRecordItemRequestBuilderDeleteRequestConfiguration added in v0.49.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 v0.49.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 Azure AD. Read-only, Nullable. Supports $expand.

type ItemVerificationDnsRecordsDomainDnsRecordItemRequestBuilderGetRequestConfiguration added in v0.49.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 v0.49.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 ItemVerificationDnsRecordsRequestBuilder added in v0.49.0

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

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

func NewItemVerificationDnsRecordsRequestBuilder added in v0.49.0

NewItemVerificationDnsRecordsRequestBuilder instantiates a new VerificationDnsRecordsRequestBuilder and sets the default values.

func NewItemVerificationDnsRecordsRequestBuilderInternal added in v0.49.0

func NewItemVerificationDnsRecordsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemVerificationDnsRecordsRequestBuilder

NewItemVerificationDnsRecordsRequestBuilderInternal instantiates a new VerificationDnsRecordsRequestBuilder and sets the default values.

func (*ItemVerificationDnsRecordsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemVerificationDnsRecordsRequestBuilder) Get added in v0.49.0

Get retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Azure AD 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. Find more info here

func (*ItemVerificationDnsRecordsRequestBuilder) Post added in v0.49.0

Post create new navigation property to verificationDnsRecords for domains

func (*ItemVerificationDnsRecordsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Azure AD 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.

func (*ItemVerificationDnsRecordsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to verificationDnsRecords for domains

type ItemVerificationDnsRecordsRequestBuilderGetQueryParameters added in v0.49.0

type ItemVerificationDnsRecordsRequestBuilderGetQueryParameters 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"`
}

ItemVerificationDnsRecordsRequestBuilderGetQueryParameters retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Azure AD 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 ItemVerificationDnsRecordsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemVerificationDnsRecordsRequestBuilderPostRequestConfiguration added in v0.49.0

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

ItemVerificationDnsRecordsRequestBuilderPostRequestConfiguration 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