tenantrelationships

package
v1.45.0 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2024 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DelegatedadmincustomersCountRequestBuilder added in v1.44.0

type DelegatedadmincustomersCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadmincustomersCountRequestBuilder provides operations to count the resources in the collection.

func NewDelegatedadmincustomersCountRequestBuilder added in v1.44.0

NewDelegatedadmincustomersCountRequestBuilder instantiates a new DelegatedadmincustomersCountRequestBuilder and sets the default values.

func NewDelegatedadmincustomersCountRequestBuilderInternal added in v1.44.0

func NewDelegatedadmincustomersCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadmincustomersCountRequestBuilder

NewDelegatedadmincustomersCountRequestBuilderInternal instantiates a new DelegatedadmincustomersCountRequestBuilder and sets the default values.

func (*DelegatedadmincustomersCountRequestBuilder) 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 (*DelegatedadmincustomersCountRequestBuilder) ToGetRequestInformation added in v1.44.0

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

func (*DelegatedadmincustomersCountRequestBuilder) 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 *DelegatedadmincustomersCountRequestBuilder when successful

type DelegatedadmincustomersCountRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadmincustomersCountRequestBuilderGetQueryParameters get the number of the resource

type DelegatedadmincustomersCountRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder added in v1.44.0

type DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder provides operations to manage the delegatedAdminCustomers property of the microsoft.graph.tenantRelationship entity.

func NewDelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder added in v1.44.0

func NewDelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder

NewDelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder instantiates a new DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder and sets the default values.

func NewDelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilderInternal added in v1.44.0

func NewDelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder

NewDelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilderInternal instantiates a new DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder and sets the default values.

func (*DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder) Delete added in v1.44.0

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

func (*DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder) Get added in v1.44.0

Get read the properties of a delegatedAdminCustomer object. returns a DelegatedAdminCustomerable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder) Patch added in v1.44.0

Patch update the navigation property delegatedAdminCustomers in tenantRelationships returns a DelegatedAdminCustomerable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder) ServiceManagementDetails added in v1.44.0

ServiceManagementDetails provides operations to manage the serviceManagementDetails property of the microsoft.graph.delegatedAdminCustomer entity. returns a *DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder when successful

func (*DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder) ToDeleteRequestInformation added in v1.44.0

ToDeleteRequestInformation delete navigation property delegatedAdminCustomers for tenantRelationships returns a *RequestInformation when successful

func (*DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation read the properties of a delegatedAdminCustomer object. returns a *RequestInformation when successful

func (*DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder) ToPatchRequestInformation added in v1.44.0

ToPatchRequestInformation update the navigation property delegatedAdminCustomers in tenantRelationships returns a *RequestInformation when successful

func (*DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder) 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 *DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder when successful

type DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilderDeleteRequestConfiguration added in v1.44.0

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

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

type DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilderGetQueryParameters read the properties of a delegatedAdminCustomer object.

type DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilderPatchRequestConfiguration added in v1.44.0

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

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

type DelegatedadmincustomersDelegatedAdminCustomersRequestBuilder added in v1.44.0

type DelegatedadmincustomersDelegatedAdminCustomersRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadmincustomersDelegatedAdminCustomersRequestBuilder provides operations to manage the delegatedAdminCustomers property of the microsoft.graph.tenantRelationship entity.

func NewDelegatedadmincustomersDelegatedAdminCustomersRequestBuilder added in v1.44.0

func NewDelegatedadmincustomersDelegatedAdminCustomersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadmincustomersDelegatedAdminCustomersRequestBuilder

NewDelegatedadmincustomersDelegatedAdminCustomersRequestBuilder instantiates a new DelegatedadmincustomersDelegatedAdminCustomersRequestBuilder and sets the default values.

func NewDelegatedadmincustomersDelegatedAdminCustomersRequestBuilderInternal added in v1.44.0

func NewDelegatedadmincustomersDelegatedAdminCustomersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadmincustomersDelegatedAdminCustomersRequestBuilder

NewDelegatedadmincustomersDelegatedAdminCustomersRequestBuilderInternal instantiates a new DelegatedadmincustomersDelegatedAdminCustomersRequestBuilder and sets the default values.

func (*DelegatedadmincustomersDelegatedAdminCustomersRequestBuilder) ByDelegatedAdminCustomerId added in v1.44.0

ByDelegatedAdminCustomerId provides operations to manage the delegatedAdminCustomers property of the microsoft.graph.tenantRelationship entity. returns a *DelegatedadmincustomersDelegatedAdminCustomerItemRequestBuilder when successful

func (*DelegatedadmincustomersDelegatedAdminCustomersRequestBuilder) Count added in v1.44.0

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

func (*DelegatedadmincustomersDelegatedAdminCustomersRequestBuilder) Get added in v1.44.0

Get get a list of the delegatedAdminCustomer objects and their properties. returns a DelegatedAdminCustomerCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DelegatedadmincustomersDelegatedAdminCustomersRequestBuilder) Post added in v1.44.0

Post create new navigation property to delegatedAdminCustomers for tenantRelationships returns a DelegatedAdminCustomerable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*DelegatedadmincustomersDelegatedAdminCustomersRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get a list of the delegatedAdminCustomer objects and their properties. returns a *RequestInformation when successful

func (*DelegatedadmincustomersDelegatedAdminCustomersRequestBuilder) ToPostRequestInformation added in v1.44.0

ToPostRequestInformation create new navigation property to delegatedAdminCustomers for tenantRelationships returns a *RequestInformation when successful

func (*DelegatedadmincustomersDelegatedAdminCustomersRequestBuilder) 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 *DelegatedadmincustomersDelegatedAdminCustomersRequestBuilder when successful

type DelegatedadmincustomersDelegatedAdminCustomersRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadmincustomersDelegatedAdminCustomersRequestBuilderGetQueryParameters get a list of the delegatedAdminCustomer objects and their properties.

type DelegatedadmincustomersDelegatedAdminCustomersRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadmincustomersDelegatedAdminCustomersRequestBuilderPostRequestConfiguration added in v1.44.0

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

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

type DelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilder added in v1.44.0

type DelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilder provides operations to count the resources in the collection.

func NewDelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilder added in v1.44.0

func NewDelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilder

NewDelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilder instantiates a new DelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilder and sets the default values.

func NewDelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilderInternal added in v1.44.0

func NewDelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilder

NewDelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilderInternal instantiates a new DelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilder and sets the default values.

func (*DelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilder) 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 (*DelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilder) ToGetRequestInformation added in v1.44.0

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

func (*DelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilder) 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 *DelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilder when successful

type DelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilderGetQueryParameters get the number of the resource

type DelegatedadmincustomersItemServicemanagementdetailsCountRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder added in v1.44.0

type DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder provides operations to manage the serviceManagementDetails property of the microsoft.graph.delegatedAdminCustomer entity.

func NewDelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder added in v1.44.0

func NewDelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder

NewDelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder instantiates a new DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder and sets the default values.

func NewDelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilderInternal added in v1.44.0

func NewDelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder

NewDelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilderInternal instantiates a new DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder and sets the default values.

func (*DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder) Delete added in v1.44.0

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

func (*DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder) Get added in v1.44.0

Get contains the management details of a service in the customer tenant that's managed by delegated administration. returns a DelegatedAdminServiceManagementDetailable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder) Patch added in v1.44.0

Patch update the navigation property serviceManagementDetails in tenantRelationships returns a DelegatedAdminServiceManagementDetailable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder) ToDeleteRequestInformation added in v1.44.0

ToDeleteRequestInformation delete navigation property serviceManagementDetails for tenantRelationships returns a *RequestInformation when successful

func (*DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation contains the management details of a service in the customer tenant that's managed by delegated administration. returns a *RequestInformation when successful

func (*DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder) ToPatchRequestInformation added in v1.44.0

ToPatchRequestInformation update the navigation property serviceManagementDetails in tenantRelationships returns a *RequestInformation when successful

func (*DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder) 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 *DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder when successful

type DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilderDeleteRequestConfiguration added in v1.44.0

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

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

type DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilderGetQueryParameters contains the management details of a service in the customer tenant that's managed by delegated administration.

type DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilderPatchRequestConfiguration added in v1.44.0

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

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

type DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder added in v1.44.0

type DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder provides operations to manage the serviceManagementDetails property of the microsoft.graph.delegatedAdminCustomer entity.

func NewDelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder added in v1.44.0

func NewDelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder

NewDelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder instantiates a new DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder and sets the default values.

func NewDelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilderInternal added in v1.44.0

func NewDelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder

NewDelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilderInternal instantiates a new DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder and sets the default values.

func (*DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder) ByDelegatedAdminServiceManagementDetailId added in v1.44.0

ByDelegatedAdminServiceManagementDetailId provides operations to manage the serviceManagementDetails property of the microsoft.graph.delegatedAdminCustomer entity. returns a *DelegatedadmincustomersItemServicemanagementdetailsDelegatedAdminServiceManagementDetailItemRequestBuilder when successful

func (*DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder) Count added in v1.44.0

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

func (*DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder) Get added in v1.44.0

Get get a list of the delegatedAdminServiceManagementDetail objects and their properties. returns a DelegatedAdminServiceManagementDetailCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder) Post added in v1.44.0

Post create new navigation property to serviceManagementDetails for tenantRelationships returns a DelegatedAdminServiceManagementDetailable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get a list of the delegatedAdminServiceManagementDetail objects and their properties. returns a *RequestInformation when successful

func (*DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder) ToPostRequestInformation added in v1.44.0

ToPostRequestInformation create new navigation property to serviceManagementDetails for tenantRelationships returns a *RequestInformation when successful

func (*DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder) 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 *DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilder when successful

type DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilderGetQueryParameters get a list of the delegatedAdminServiceManagementDetail objects and their properties.

type DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadmincustomersItemServicemanagementdetailsServiceManagementDetailsRequestBuilderPostRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsCountRequestBuilder added in v1.44.0

type DelegatedadminrelationshipsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadminrelationshipsCountRequestBuilder provides operations to count the resources in the collection.

func NewDelegatedadminrelationshipsCountRequestBuilder added in v1.44.0

NewDelegatedadminrelationshipsCountRequestBuilder instantiates a new DelegatedadminrelationshipsCountRequestBuilder and sets the default values.

func NewDelegatedadminrelationshipsCountRequestBuilderInternal added in v1.44.0

func NewDelegatedadminrelationshipsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsCountRequestBuilder

NewDelegatedadminrelationshipsCountRequestBuilderInternal instantiates a new DelegatedadminrelationshipsCountRequestBuilder and sets the default values.

func (*DelegatedadminrelationshipsCountRequestBuilder) 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 (*DelegatedadminrelationshipsCountRequestBuilder) ToGetRequestInformation added in v1.44.0

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

func (*DelegatedadminrelationshipsCountRequestBuilder) 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 *DelegatedadminrelationshipsCountRequestBuilder when successful

type DelegatedadminrelationshipsCountRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadminrelationshipsCountRequestBuilderGetQueryParameters get the number of the resource

type DelegatedadminrelationshipsCountRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder added in v1.44.0

type DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder provides operations to manage the delegatedAdminRelationships property of the microsoft.graph.tenantRelationship entity.

func NewDelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder added in v1.44.0

func NewDelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder

NewDelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder instantiates a new DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder and sets the default values.

func NewDelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilderInternal added in v1.44.0

func NewDelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder

NewDelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilderInternal instantiates a new DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder and sets the default values.

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder) AccessAssignments added in v1.44.0

AccessAssignments provides operations to manage the accessAssignments property of the microsoft.graph.delegatedAdminRelationship entity. returns a *DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder when successful

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder) Delete added in v1.44.0

Delete delete a delegatedAdminRelationship object. A relationship can only be deleted if it's in the 'created' status. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder) Get added in v1.44.0

Get read the properties of a delegatedAdminRelationship object. returns a DelegatedAdminRelationshipable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder) Operations added in v1.44.0

Operations provides operations to manage the operations property of the microsoft.graph.delegatedAdminRelationship entity. returns a *DelegatedadminrelationshipsItemOperationsRequestBuilder when successful

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder) Patch added in v1.44.0

Patch update the properties of a delegatedAdminRelationship object. The following restrictions apply:- You can update this relationship when its status property is created.- You can update the autoExtendDuration property when status is either created or active.- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation. returns a DelegatedAdminRelationshipable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder) Requests added in v1.44.0

Requests provides operations to manage the requests property of the microsoft.graph.delegatedAdminRelationship entity. returns a *DelegatedadminrelationshipsItemRequestsRequestBuilder when successful

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder) ToDeleteRequestInformation added in v1.44.0

ToDeleteRequestInformation delete a delegatedAdminRelationship object. A relationship can only be deleted if it's in the 'created' status. returns a *RequestInformation when successful

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation read the properties of a delegatedAdminRelationship object. returns a *RequestInformation when successful

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder) ToPatchRequestInformation added in v1.44.0

ToPatchRequestInformation update the properties of a delegatedAdminRelationship object. The following restrictions apply:- You can update this relationship when its status property is created.- You can update the autoExtendDuration property when status is either created or active.- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation. returns a *RequestInformation when successful

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder) 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 *DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder when successful

type DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilderDeleteRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilderGetQueryParameters read the properties of a delegatedAdminRelationship object.

type DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilderPatchRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder added in v1.44.0

type DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder provides operations to manage the delegatedAdminRelationships property of the microsoft.graph.tenantRelationship entity.

func NewDelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder added in v1.44.0

func NewDelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder

NewDelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder instantiates a new DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder and sets the default values.

func NewDelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilderInternal added in v1.44.0

func NewDelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder

NewDelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilderInternal instantiates a new DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder and sets the default values.

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder) ByDelegatedAdminRelationshipId added in v1.44.0

ByDelegatedAdminRelationshipId provides operations to manage the delegatedAdminRelationships property of the microsoft.graph.tenantRelationship entity. returns a *DelegatedadminrelationshipsDelegatedAdminRelationshipItemRequestBuilder when successful

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder) Count added in v1.44.0

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

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder) Get added in v1.44.0

Get get a list of the delegatedAdminRelationship objects and their properties. returns a DelegatedAdminRelationshipCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder) Post added in v1.44.0

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

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get a list of the delegatedAdminRelationship objects and their properties. returns a *RequestInformation when successful

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder) ToPostRequestInformation added in v1.44.0

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

func (*DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder) 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 *DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder when successful

type DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilderGetQueryParameters get a list of the delegatedAdminRelationship objects and their properties.

type DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilderPostRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder added in v1.44.0

type DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder provides operations to manage the accessAssignments property of the microsoft.graph.delegatedAdminRelationship entity.

func NewDelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder added in v1.44.0

func NewDelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder

NewDelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder instantiates a new DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder and sets the default values.

func NewDelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilderInternal added in v1.44.0

func NewDelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder

NewDelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilderInternal instantiates a new DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder and sets the default values.

func (*DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder) ByDelegatedAdminAccessAssignmentId added in v1.44.0

ByDelegatedAdminAccessAssignmentId provides operations to manage the accessAssignments property of the microsoft.graph.delegatedAdminRelationship entity. returns a *DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder when successful

func (*DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder) Count added in v1.44.0

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

func (*DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder) Get added in v1.44.0

Get get a list of the delegatedAdminAccessAssignment objects and their properties. returns a DelegatedAdminAccessAssignmentCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder) Post added in v1.44.0

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

func (*DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get a list of the delegatedAdminAccessAssignment objects and their properties. returns a *RequestInformation when successful

func (*DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder) ToPostRequestInformation added in v1.44.0

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

func (*DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder) 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 *DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilder when successful

type DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilderGetQueryParameters get a list of the delegatedAdminAccessAssignment objects and their properties.

type DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemAccessassignmentsAccessAssignmentsRequestBuilderPostRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilder added in v1.44.0

type DelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilder provides operations to count the resources in the collection.

func NewDelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilder added in v1.44.0

func NewDelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilder

NewDelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilder instantiates a new DelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilder and sets the default values.

func NewDelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilderInternal added in v1.44.0

func NewDelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilder

NewDelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilderInternal instantiates a new DelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilder and sets the default values.

func (*DelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilder) 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 (*DelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilder) ToGetRequestInformation added in v1.44.0

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

func (*DelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilder) 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 *DelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilder when successful

type DelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilderGetQueryParameters get the number of the resource

type DelegatedadminrelationshipsItemAccessassignmentsCountRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder added in v1.44.0

type DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder provides operations to manage the accessAssignments property of the microsoft.graph.delegatedAdminRelationship entity.

func NewDelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder added in v1.44.0

func NewDelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder

NewDelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder instantiates a new DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder and sets the default values.

func NewDelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilderInternal added in v1.44.0

func NewDelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder

NewDelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilderInternal instantiates a new DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder and sets the default values.

func (*DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder) Delete added in v1.44.0

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

func (*DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder) Get added in v1.44.0

Get read the properties of a delegatedAdminAccessAssignment object. returns a DelegatedAdminAccessAssignmentable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder) Patch added in v1.44.0

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

func (*DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder) ToDeleteRequestInformation added in v1.44.0

ToDeleteRequestInformation delete a delegatedAdminAccessAssignment object. returns a *RequestInformation when successful

func (*DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation read the properties of a delegatedAdminAccessAssignment object. returns a *RequestInformation when successful

func (*DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder) ToPatchRequestInformation added in v1.44.0

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

func (*DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder) 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 *DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilder when successful

type DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilderDeleteRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilderGetQueryParameters read the properties of a delegatedAdminAccessAssignment object.

type DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemAccessassignmentsDelegatedAdminAccessAssignmentItemRequestBuilderPatchRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemOperationsCountRequestBuilder added in v1.44.0

type DelegatedadminrelationshipsItemOperationsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadminrelationshipsItemOperationsCountRequestBuilder provides operations to count the resources in the collection.

func NewDelegatedadminrelationshipsItemOperationsCountRequestBuilder added in v1.44.0

func NewDelegatedadminrelationshipsItemOperationsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemOperationsCountRequestBuilder

NewDelegatedadminrelationshipsItemOperationsCountRequestBuilder instantiates a new DelegatedadminrelationshipsItemOperationsCountRequestBuilder and sets the default values.

func NewDelegatedadminrelationshipsItemOperationsCountRequestBuilderInternal added in v1.44.0

func NewDelegatedadminrelationshipsItemOperationsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemOperationsCountRequestBuilder

NewDelegatedadminrelationshipsItemOperationsCountRequestBuilderInternal instantiates a new DelegatedadminrelationshipsItemOperationsCountRequestBuilder and sets the default values.

func (*DelegatedadminrelationshipsItemOperationsCountRequestBuilder) 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 (*DelegatedadminrelationshipsItemOperationsCountRequestBuilder) ToGetRequestInformation added in v1.44.0

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

func (*DelegatedadminrelationshipsItemOperationsCountRequestBuilder) 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 *DelegatedadminrelationshipsItemOperationsCountRequestBuilder when successful

type DelegatedadminrelationshipsItemOperationsCountRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadminrelationshipsItemOperationsCountRequestBuilderGetQueryParameters get the number of the resource

type DelegatedadminrelationshipsItemOperationsCountRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder added in v1.44.0

type DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder provides operations to manage the operations property of the microsoft.graph.delegatedAdminRelationship entity.

func NewDelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder added in v1.44.0

func NewDelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder

NewDelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder instantiates a new DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder and sets the default values.

func NewDelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilderInternal added in v1.44.0

func NewDelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder

NewDelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilderInternal instantiates a new DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder and sets the default values.

func (*DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder) Delete added in v1.44.0

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

func (*DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder) Get added in v1.44.0

Get read the properties of a delegatedAdminRelationshipOperation object. returns a DelegatedAdminRelationshipOperationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder) Patch added in v1.44.0

Patch update the navigation property operations in tenantRelationships returns a DelegatedAdminRelationshipOperationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder) ToDeleteRequestInformation added in v1.44.0

ToDeleteRequestInformation delete navigation property operations for tenantRelationships returns a *RequestInformation when successful

func (*DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation read the properties of a delegatedAdminRelationshipOperation object. returns a *RequestInformation when successful

func (*DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder) ToPatchRequestInformation added in v1.44.0

ToPatchRequestInformation update the navigation property operations in tenantRelationships returns a *RequestInformation when successful

func (*DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder) 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 *DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder when successful

type DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilderDeleteRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilderGetQueryParameters read the properties of a delegatedAdminRelationshipOperation object.

type DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilderPatchRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemOperationsRequestBuilder added in v1.44.0

type DelegatedadminrelationshipsItemOperationsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadminrelationshipsItemOperationsRequestBuilder provides operations to manage the operations property of the microsoft.graph.delegatedAdminRelationship entity.

func NewDelegatedadminrelationshipsItemOperationsRequestBuilder added in v1.44.0

func NewDelegatedadminrelationshipsItemOperationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemOperationsRequestBuilder

NewDelegatedadminrelationshipsItemOperationsRequestBuilder instantiates a new DelegatedadminrelationshipsItemOperationsRequestBuilder and sets the default values.

func NewDelegatedadminrelationshipsItemOperationsRequestBuilderInternal added in v1.44.0

func NewDelegatedadminrelationshipsItemOperationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemOperationsRequestBuilder

NewDelegatedadminrelationshipsItemOperationsRequestBuilderInternal instantiates a new DelegatedadminrelationshipsItemOperationsRequestBuilder and sets the default values.

func (*DelegatedadminrelationshipsItemOperationsRequestBuilder) ByDelegatedAdminRelationshipOperationId added in v1.44.0

ByDelegatedAdminRelationshipOperationId provides operations to manage the operations property of the microsoft.graph.delegatedAdminRelationship entity. returns a *DelegatedadminrelationshipsItemOperationsDelegatedAdminRelationshipOperationItemRequestBuilder when successful

func (*DelegatedadminrelationshipsItemOperationsRequestBuilder) Count added in v1.44.0

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

func (*DelegatedadminrelationshipsItemOperationsRequestBuilder) Get added in v1.44.0

Get get a list of the delegatedAdminRelationshipOperation objects and their properties. returns a DelegatedAdminRelationshipOperationCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DelegatedadminrelationshipsItemOperationsRequestBuilder) Post added in v1.44.0

Post create new navigation property to operations for tenantRelationships returns a DelegatedAdminRelationshipOperationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*DelegatedadminrelationshipsItemOperationsRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get a list of the delegatedAdminRelationshipOperation objects and their properties. returns a *RequestInformation when successful

func (*DelegatedadminrelationshipsItemOperationsRequestBuilder) ToPostRequestInformation added in v1.44.0

ToPostRequestInformation create new navigation property to operations for tenantRelationships returns a *RequestInformation when successful

func (*DelegatedadminrelationshipsItemOperationsRequestBuilder) 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 *DelegatedadminrelationshipsItemOperationsRequestBuilder when successful

type DelegatedadminrelationshipsItemOperationsRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadminrelationshipsItemOperationsRequestBuilderGetQueryParameters get a list of the delegatedAdminRelationshipOperation objects and their properties.

type DelegatedadminrelationshipsItemOperationsRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemOperationsRequestBuilderPostRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemRequestsCountRequestBuilder added in v1.44.0

type DelegatedadminrelationshipsItemRequestsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadminrelationshipsItemRequestsCountRequestBuilder provides operations to count the resources in the collection.

func NewDelegatedadminrelationshipsItemRequestsCountRequestBuilder added in v1.44.0

func NewDelegatedadminrelationshipsItemRequestsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemRequestsCountRequestBuilder

NewDelegatedadminrelationshipsItemRequestsCountRequestBuilder instantiates a new DelegatedadminrelationshipsItemRequestsCountRequestBuilder and sets the default values.

func NewDelegatedadminrelationshipsItemRequestsCountRequestBuilderInternal added in v1.44.0

func NewDelegatedadminrelationshipsItemRequestsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemRequestsCountRequestBuilder

NewDelegatedadminrelationshipsItemRequestsCountRequestBuilderInternal instantiates a new DelegatedadminrelationshipsItemRequestsCountRequestBuilder and sets the default values.

func (*DelegatedadminrelationshipsItemRequestsCountRequestBuilder) 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 (*DelegatedadminrelationshipsItemRequestsCountRequestBuilder) ToGetRequestInformation added in v1.44.0

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

func (*DelegatedadminrelationshipsItemRequestsCountRequestBuilder) 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 *DelegatedadminrelationshipsItemRequestsCountRequestBuilder when successful

type DelegatedadminrelationshipsItemRequestsCountRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadminrelationshipsItemRequestsCountRequestBuilderGetQueryParameters get the number of the resource

type DelegatedadminrelationshipsItemRequestsCountRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder added in v1.44.0

type DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder provides operations to manage the requests property of the microsoft.graph.delegatedAdminRelationship entity.

func NewDelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder added in v1.44.0

func NewDelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder

NewDelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder instantiates a new DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder and sets the default values.

func NewDelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilderInternal added in v1.44.0

func NewDelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder

NewDelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilderInternal instantiates a new DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder and sets the default values.

func (*DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder) Delete added in v1.44.0

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

func (*DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder) Get added in v1.44.0

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

func (*DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder) Patch added in v1.44.0

Patch update the navigation property requests in tenantRelationships returns a DelegatedAdminRelationshipRequestable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder) ToDeleteRequestInformation added in v1.44.0

ToDeleteRequestInformation delete navigation property requests for tenantRelationships returns a *RequestInformation when successful

func (*DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder) ToGetRequestInformation added in v1.44.0

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

func (*DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder) ToPatchRequestInformation added in v1.44.0

ToPatchRequestInformation update the navigation property requests in tenantRelationships returns a *RequestInformation when successful

func (*DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder) 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 *DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder when successful

type DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilderDeleteRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilderGetQueryParameters read the properties and relationships of a delegatedAdminRelationshipRequest object.

type DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilderPatchRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemRequestsRequestBuilder added in v1.44.0

type DelegatedadminrelationshipsItemRequestsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

DelegatedadminrelationshipsItemRequestsRequestBuilder provides operations to manage the requests property of the microsoft.graph.delegatedAdminRelationship entity.

func NewDelegatedadminrelationshipsItemRequestsRequestBuilder added in v1.44.0

func NewDelegatedadminrelationshipsItemRequestsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemRequestsRequestBuilder

NewDelegatedadminrelationshipsItemRequestsRequestBuilder instantiates a new DelegatedadminrelationshipsItemRequestsRequestBuilder and sets the default values.

func NewDelegatedadminrelationshipsItemRequestsRequestBuilderInternal added in v1.44.0

func NewDelegatedadminrelationshipsItemRequestsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DelegatedadminrelationshipsItemRequestsRequestBuilder

NewDelegatedadminrelationshipsItemRequestsRequestBuilderInternal instantiates a new DelegatedadminrelationshipsItemRequestsRequestBuilder and sets the default values.

func (*DelegatedadminrelationshipsItemRequestsRequestBuilder) ByDelegatedAdminRelationshipRequestId added in v1.44.0

ByDelegatedAdminRelationshipRequestId provides operations to manage the requests property of the microsoft.graph.delegatedAdminRelationship entity. returns a *DelegatedadminrelationshipsItemRequestsDelegatedAdminRelationshipRequestItemRequestBuilder when successful

func (*DelegatedadminrelationshipsItemRequestsRequestBuilder) Count added in v1.44.0

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

func (*DelegatedadminrelationshipsItemRequestsRequestBuilder) Get added in v1.44.0

Get get a list of the delegatedAdminRelationshipRequest objects and their properties. returns a DelegatedAdminRelationshipRequestCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DelegatedadminrelationshipsItemRequestsRequestBuilder) Post added in v1.44.0

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

func (*DelegatedadminrelationshipsItemRequestsRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get a list of the delegatedAdminRelationshipRequest objects and their properties. returns a *RequestInformation when successful

func (*DelegatedadminrelationshipsItemRequestsRequestBuilder) ToPostRequestInformation added in v1.44.0

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

func (*DelegatedadminrelationshipsItemRequestsRequestBuilder) 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 *DelegatedadminrelationshipsItemRequestsRequestBuilder when successful

type DelegatedadminrelationshipsItemRequestsRequestBuilderGetQueryParameters added in v1.44.0

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

DelegatedadminrelationshipsItemRequestsRequestBuilderGetQueryParameters get a list of the delegatedAdminRelationshipRequest objects and their properties.

type DelegatedadminrelationshipsItemRequestsRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type DelegatedadminrelationshipsItemRequestsRequestBuilderPostRequestConfiguration added in v1.44.0

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

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

type FindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilder added in v1.44.0

type FindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

FindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilder provides operations to call the findTenantInformationByDomainName method.

func NewFindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilder added in v1.44.0

func NewFindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *FindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilder

NewFindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilder instantiates a new FindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilder and sets the default values.

func NewFindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilderInternal added in v1.44.0

func NewFindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, domainName *string) *FindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilder

NewFindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilderInternal instantiates a new FindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilder and sets the default values.

func (*FindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilder) Get added in v1.44.0

Get given a domain name, search for a tenant and read its tenantInformation. You can use this API to validate tenant information and use the tenantId to configure cross-tenant access settings between you and the tenant. returns a TenantInformationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*FindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation given a domain name, search for a tenant and read its tenantInformation. You can use this API to validate tenant information and use the tenantId to configure cross-tenant access settings between you and the tenant. returns a *RequestInformation when successful

func (*FindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilder) 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 *FindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilder when successful

type FindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type FindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilder added in v1.44.0

type FindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

FindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilder provides operations to call the findTenantInformationByTenantId method.

func NewFindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilder added in v1.44.0

func NewFindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *FindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilder

NewFindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilder instantiates a new FindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilder and sets the default values.

func NewFindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilderInternal added in v1.44.0

func NewFindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, tenantId *string) *FindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilder

NewFindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilderInternal instantiates a new FindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilder and sets the default values.

func (*FindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilder) Get added in v1.44.0

Get given a tenant ID, search for a tenant and read its tenantInformation. You can use this API to validate tenant information and use the tenantId to configure cross-tenant cross-tenant access settings between you and the tenant. returns a TenantInformationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*FindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation given a tenant ID, search for a tenant and read its tenantInformation. You can use this API to validate tenant information and use the tenantId to configure cross-tenant cross-tenant access settings between you and the tenant. returns a *RequestInformation when successful

func (*FindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilder) 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 *FindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilder when successful

type FindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type MultitenantorganizationJoinrequestJoinRequestRequestBuilder added in v1.44.0

type MultitenantorganizationJoinrequestJoinRequestRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

MultitenantorganizationJoinrequestJoinRequestRequestBuilder provides operations to manage the joinRequest property of the microsoft.graph.multiTenantOrganization entity.

func NewMultitenantorganizationJoinrequestJoinRequestRequestBuilder added in v1.44.0

func NewMultitenantorganizationJoinrequestJoinRequestRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MultitenantorganizationJoinrequestJoinRequestRequestBuilder

NewMultitenantorganizationJoinrequestJoinRequestRequestBuilder instantiates a new MultitenantorganizationJoinrequestJoinRequestRequestBuilder and sets the default values.

func NewMultitenantorganizationJoinrequestJoinRequestRequestBuilderInternal added in v1.44.0

func NewMultitenantorganizationJoinrequestJoinRequestRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MultitenantorganizationJoinrequestJoinRequestRequestBuilder

NewMultitenantorganizationJoinrequestJoinRequestRequestBuilderInternal instantiates a new MultitenantorganizationJoinrequestJoinRequestRequestBuilder and sets the default values.

func (*MultitenantorganizationJoinrequestJoinRequestRequestBuilder) Get added in v1.44.0

Get get the status of a tenant joining a multitenant organization. returns a MultiTenantOrganizationJoinRequestRecordable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*MultitenantorganizationJoinrequestJoinRequestRequestBuilder) Patch added in v1.44.0

Patch join a multitenant organization, after the owner of the multitenant organization has added your tenant to the multitenant organization as pending. Before a tenant added to a multitenant organization can participate in the multitenant organization, the administrator of the joining tenant must submit a join request. To allow for asynchronous processing, you must wait up to 2 hours before joining a multitenant organization is completed. returns a MultiTenantOrganizationJoinRequestRecordable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*MultitenantorganizationJoinrequestJoinRequestRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the status of a tenant joining a multitenant organization. returns a *RequestInformation when successful

func (*MultitenantorganizationJoinrequestJoinRequestRequestBuilder) ToPatchRequestInformation added in v1.44.0

ToPatchRequestInformation join a multitenant organization, after the owner of the multitenant organization has added your tenant to the multitenant organization as pending. Before a tenant added to a multitenant organization can participate in the multitenant organization, the administrator of the joining tenant must submit a join request. To allow for asynchronous processing, you must wait up to 2 hours before joining a multitenant organization is completed. returns a *RequestInformation when successful

func (*MultitenantorganizationJoinrequestJoinRequestRequestBuilder) 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 *MultitenantorganizationJoinrequestJoinRequestRequestBuilder when successful

type MultitenantorganizationJoinrequestJoinRequestRequestBuilderGetQueryParameters added in v1.44.0

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

MultitenantorganizationJoinrequestJoinRequestRequestBuilderGetQueryParameters get the status of a tenant joining a multitenant organization.

type MultitenantorganizationJoinrequestJoinRequestRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type MultitenantorganizationJoinrequestJoinRequestRequestBuilderPatchRequestConfiguration added in v1.44.0

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

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

type MultitenantorganizationMultiTenantOrganizationRequestBuilder added in v1.44.0

type MultitenantorganizationMultiTenantOrganizationRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

MultitenantorganizationMultiTenantOrganizationRequestBuilder provides operations to manage the multiTenantOrganization property of the microsoft.graph.tenantRelationship entity.

func NewMultitenantorganizationMultiTenantOrganizationRequestBuilder added in v1.44.0

func NewMultitenantorganizationMultiTenantOrganizationRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MultitenantorganizationMultiTenantOrganizationRequestBuilder

NewMultitenantorganizationMultiTenantOrganizationRequestBuilder instantiates a new MultitenantorganizationMultiTenantOrganizationRequestBuilder and sets the default values.

func NewMultitenantorganizationMultiTenantOrganizationRequestBuilderInternal added in v1.44.0

func NewMultitenantorganizationMultiTenantOrganizationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MultitenantorganizationMultiTenantOrganizationRequestBuilder

NewMultitenantorganizationMultiTenantOrganizationRequestBuilderInternal instantiates a new MultitenantorganizationMultiTenantOrganizationRequestBuilder and sets the default values.

func (*MultitenantorganizationMultiTenantOrganizationRequestBuilder) Get added in v1.44.0

Get get properties of the multitenant organization. returns a MultiTenantOrganizationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*MultitenantorganizationMultiTenantOrganizationRequestBuilder) JoinRequest added in v1.44.0

JoinRequest provides operations to manage the joinRequest property of the microsoft.graph.multiTenantOrganization entity. returns a *MultitenantorganizationJoinrequestJoinRequestRequestBuilder when successful

func (*MultitenantorganizationMultiTenantOrganizationRequestBuilder) Patch added in v1.45.0

Patch create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization. returns a MultiTenantOrganizationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*MultitenantorganizationMultiTenantOrganizationRequestBuilder) Tenants added in v1.44.0

Tenants provides operations to manage the tenants property of the microsoft.graph.multiTenantOrganization entity. returns a *MultitenantorganizationTenantsRequestBuilder when successful

func (*MultitenantorganizationMultiTenantOrganizationRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get properties of the multitenant organization. returns a *RequestInformation when successful

func (*MultitenantorganizationMultiTenantOrganizationRequestBuilder) ToPatchRequestInformation added in v1.45.0

ToPatchRequestInformation create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization. returns a *RequestInformation when successful

func (*MultitenantorganizationMultiTenantOrganizationRequestBuilder) 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 *MultitenantorganizationMultiTenantOrganizationRequestBuilder when successful

type MultitenantorganizationMultiTenantOrganizationRequestBuilderGetQueryParameters added in v1.44.0

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

MultitenantorganizationMultiTenantOrganizationRequestBuilderGetQueryParameters get properties of the multitenant organization.

type MultitenantorganizationMultiTenantOrganizationRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type MultitenantorganizationMultiTenantOrganizationRequestBuilderPatchRequestConfiguration added in v1.45.0

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

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

type MultitenantorganizationTenantsCountRequestBuilder added in v1.44.0

type MultitenantorganizationTenantsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

MultitenantorganizationTenantsCountRequestBuilder provides operations to count the resources in the collection.

func NewMultitenantorganizationTenantsCountRequestBuilder added in v1.44.0

NewMultitenantorganizationTenantsCountRequestBuilder instantiates a new MultitenantorganizationTenantsCountRequestBuilder and sets the default values.

func NewMultitenantorganizationTenantsCountRequestBuilderInternal added in v1.44.0

func NewMultitenantorganizationTenantsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MultitenantorganizationTenantsCountRequestBuilder

NewMultitenantorganizationTenantsCountRequestBuilderInternal instantiates a new MultitenantorganizationTenantsCountRequestBuilder and sets the default values.

func (*MultitenantorganizationTenantsCountRequestBuilder) 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 (*MultitenantorganizationTenantsCountRequestBuilder) ToGetRequestInformation added in v1.44.0

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

func (*MultitenantorganizationTenantsCountRequestBuilder) 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 *MultitenantorganizationTenantsCountRequestBuilder when successful

type MultitenantorganizationTenantsCountRequestBuilderGetQueryParameters added in v1.44.0

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

MultitenantorganizationTenantsCountRequestBuilderGetQueryParameters get the number of the resource

type MultitenantorganizationTenantsCountRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder added in v1.44.0

type MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder provides operations to manage the tenants property of the microsoft.graph.multiTenantOrganization entity.

func NewMultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder added in v1.44.0

func NewMultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder

NewMultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder instantiates a new MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder and sets the default values.

func NewMultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilderInternal added in v1.44.0

func NewMultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder

NewMultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilderInternal instantiates a new MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder and sets the default values.

func (*MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder) Delete added in v1.44.0

Delete remove a tenant from a multitenant organization. A tenant can be removed in the following scenarios: returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder) Get added in v1.44.0

Get get a tenant and its properties in the multitenant organization. returns a MultiTenantOrganizationMemberable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder) Patch added in v1.44.0

Patch update the navigation property tenants in tenantRelationships returns a MultiTenantOrganizationMemberable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder) ToDeleteRequestInformation added in v1.44.0

ToDeleteRequestInformation remove a tenant from a multitenant organization. A tenant can be removed in the following scenarios: returns a *RequestInformation when successful

func (*MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get a tenant and its properties in the multitenant organization. returns a *RequestInformation when successful

func (*MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder) ToPatchRequestInformation added in v1.44.0

ToPatchRequestInformation update the navigation property tenants in tenantRelationships returns a *RequestInformation when successful

func (*MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder) 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 *MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder when successful

type MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilderDeleteRequestConfiguration added in v1.44.0

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

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

type MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilderGetQueryParameters added in v1.44.0

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

MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilderGetQueryParameters get a tenant and its properties in the multitenant organization.

type MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilderPatchRequestConfiguration added in v1.44.0

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

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

type MultitenantorganizationTenantsRequestBuilder added in v1.44.0

type MultitenantorganizationTenantsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

MultitenantorganizationTenantsRequestBuilder provides operations to manage the tenants property of the microsoft.graph.multiTenantOrganization entity.

func NewMultitenantorganizationTenantsRequestBuilder added in v1.44.0

NewMultitenantorganizationTenantsRequestBuilder instantiates a new MultitenantorganizationTenantsRequestBuilder and sets the default values.

func NewMultitenantorganizationTenantsRequestBuilderInternal added in v1.44.0

func NewMultitenantorganizationTenantsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MultitenantorganizationTenantsRequestBuilder

NewMultitenantorganizationTenantsRequestBuilderInternal instantiates a new MultitenantorganizationTenantsRequestBuilder and sets the default values.

func (*MultitenantorganizationTenantsRequestBuilder) ByMultiTenantOrganizationMemberId added in v1.44.0

ByMultiTenantOrganizationMemberId provides operations to manage the tenants property of the microsoft.graph.multiTenantOrganization entity. returns a *MultitenantorganizationTenantsMultiTenantOrganizationMemberItemRequestBuilder when successful

func (*MultitenantorganizationTenantsRequestBuilder) Count added in v1.44.0

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

func (*MultitenantorganizationTenantsRequestBuilder) Get added in v1.44.0

Get list the tenants and their properties in the multitenant organization. returns a MultiTenantOrganizationMemberCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*MultitenantorganizationTenantsRequestBuilder) Post added in v1.44.0

Post add a tenant to a multitenant organization. The administrator of an owner tenant has the permissions to add tenants to the multitenant organization. The added tenant is in the pending state until the administrator of the added tenant joins the multitenant organization by submitting a join request. A tenant can be part of only one multitenant organization. returns a MultiTenantOrganizationMemberable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*MultitenantorganizationTenantsRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation list the tenants and their properties in the multitenant organization. returns a *RequestInformation when successful

func (*MultitenantorganizationTenantsRequestBuilder) ToPostRequestInformation added in v1.44.0

ToPostRequestInformation add a tenant to a multitenant organization. The administrator of an owner tenant has the permissions to add tenants to the multitenant organization. The added tenant is in the pending state until the administrator of the added tenant joins the multitenant organization by submitting a join request. A tenant can be part of only one multitenant organization. returns a *RequestInformation when successful

func (*MultitenantorganizationTenantsRequestBuilder) 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 *MultitenantorganizationTenantsRequestBuilder when successful

type MultitenantorganizationTenantsRequestBuilderGetQueryParameters added in v1.44.0

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

MultitenantorganizationTenantsRequestBuilderGetQueryParameters list the tenants and their properties in the multitenant organization.

type MultitenantorganizationTenantsRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type MultitenantorganizationTenantsRequestBuilderPostRequestConfiguration added in v1.44.0

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

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

type TenantRelationshipsRequestBuilder

TenantRelationshipsRequestBuilder provides operations to manage the tenantRelationship singleton.

func NewTenantRelationshipsRequestBuilder

NewTenantRelationshipsRequestBuilder instantiates a new TenantRelationshipsRequestBuilder and sets the default values.

func NewTenantRelationshipsRequestBuilderInternal

func NewTenantRelationshipsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TenantRelationshipsRequestBuilder

NewTenantRelationshipsRequestBuilderInternal instantiates a new TenantRelationshipsRequestBuilder and sets the default values.

func (*TenantRelationshipsRequestBuilder) DelegatedAdminCustomers

DelegatedAdminCustomers provides operations to manage the delegatedAdminCustomers property of the microsoft.graph.tenantRelationship entity. returns a *DelegatedadmincustomersDelegatedAdminCustomersRequestBuilder when successful

func (*TenantRelationshipsRequestBuilder) DelegatedAdminRelationships

DelegatedAdminRelationships provides operations to manage the delegatedAdminRelationships property of the microsoft.graph.tenantRelationship entity. returns a *DelegatedadminrelationshipsDelegatedAdminRelationshipsRequestBuilder when successful

func (*TenantRelationshipsRequestBuilder) FindTenantInformationByDomainNameWithDomainName added in v1.12.0

FindTenantInformationByDomainNameWithDomainName provides operations to call the findTenantInformationByDomainName method. returns a *FindtenantinformationbydomainnamewithdomainnameFindTenantInformationByDomainNameWithDomainNameRequestBuilder when successful

func (*TenantRelationshipsRequestBuilder) FindTenantInformationByTenantIdWithTenantId added in v1.12.0

FindTenantInformationByTenantIdWithTenantId provides operations to call the findTenantInformationByTenantId method. returns a *FindtenantinformationbytenantidwithtenantidFindTenantInformationByTenantIdWithTenantIdRequestBuilder when successful

func (*TenantRelationshipsRequestBuilder) Get

Get get tenantRelationships returns a TenantRelationshipable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*TenantRelationshipsRequestBuilder) MultiTenantOrganization added in v1.40.0

MultiTenantOrganization provides operations to manage the multiTenantOrganization property of the microsoft.graph.tenantRelationship entity. returns a *MultitenantorganizationMultiTenantOrganizationRequestBuilder when successful

func (*TenantRelationshipsRequestBuilder) Patch

Patch update tenantRelationships returns a TenantRelationshipable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*TenantRelationshipsRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get tenantRelationships returns a *RequestInformation when successful

func (*TenantRelationshipsRequestBuilder) ToPatchRequestInformation

ToPatchRequestInformation update tenantRelationships returns a *RequestInformation when successful

func (*TenantRelationshipsRequestBuilder) 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 *TenantRelationshipsRequestBuilder when successful

type TenantRelationshipsRequestBuilderGetQueryParameters

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

TenantRelationshipsRequestBuilderGetQueryParameters get tenantRelationships

type TenantRelationshipsRequestBuilderGetRequestConfiguration

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

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

type TenantRelationshipsRequestBuilderPatchRequestConfiguration

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

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

Source Files

Jump to

Keyboard shortcuts

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