item

package
v0.27.0 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2022 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OrganizationItemRequestBuilder added in v0.12.0

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

OrganizationItemRequestBuilder provides operations to manage the collection of organization entities.

func NewOrganizationItemRequestBuilder added in v0.12.0

NewOrganizationItemRequestBuilder instantiates a new OrganizationItemRequestBuilder and sets the default values.

func NewOrganizationItemRequestBuilderInternal added in v0.12.0

func NewOrganizationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OrganizationItemRequestBuilder

NewOrganizationItemRequestBuilderInternal instantiates a new OrganizationItemRequestBuilder and sets the default values.

func (*OrganizationItemRequestBuilder) Branding added in v0.12.0

Branding the branding property

func (*OrganizationItemRequestBuilder) CertificateBasedAuthConfiguration added in v0.12.0

CertificateBasedAuthConfiguration the certificateBasedAuthConfiguration property

func (*OrganizationItemRequestBuilder) CertificateBasedAuthConfigurationById added in v0.13.0

CertificateBasedAuthConfigurationById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.organization.item.certificateBasedAuthConfiguration.item collection

func (*OrganizationItemRequestBuilder) CheckMemberGroups added in v0.12.0

CheckMemberGroups the checkMemberGroups property

func (*OrganizationItemRequestBuilder) CheckMemberObjects added in v0.12.0

CheckMemberObjects the checkMemberObjects property

func (*OrganizationItemRequestBuilder) CreateDeleteRequestInformation added in v0.12.0

CreateDeleteRequestInformation delete entity from organization

func (*OrganizationItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration added in v0.22.0

CreateDeleteRequestInformationWithRequestConfiguration delete entity from organization

func (*OrganizationItemRequestBuilder) CreateGetRequestInformation added in v0.12.0

CreateGetRequestInformation get the properties and relationships of the currently authenticated organization. Since the **organization** resource supports extensions, you can also use the `GET` operation to get custom properties and extension data in an **organization** instance.

func (*OrganizationItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration added in v0.22.0

CreateGetRequestInformationWithRequestConfiguration get the properties and relationships of the currently authenticated organization. Since the **organization** resource supports extensions, you can also use the `GET` operation to get custom properties and extension data in an **organization** instance.

func (*OrganizationItemRequestBuilder) CreatePatchRequestInformation added in v0.12.0

CreatePatchRequestInformation update the properties of the currently authenticated organization. In this case, `organization` is defined as a collection of exactly one record, and so its **ID** must be specified in the request. The **ID** is also known as the **tenantId** of the organization.

func (*OrganizationItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration added in v0.22.0

CreatePatchRequestInformationWithRequestConfiguration update the properties of the currently authenticated organization. In this case, `organization` is defined as a collection of exactly one record, and so its **ID** must be specified in the request. The **ID** is also known as the **tenantId** of the organization.

func (*OrganizationItemRequestBuilder) Delete added in v0.12.0

Delete delete entity from organization

func (*OrganizationItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler added in v0.22.0

DeleteWithRequestConfigurationAndResponseHandler delete entity from organization

func (*OrganizationItemRequestBuilder) Extensions added in v0.12.0

Extensions the extensions property

func (*OrganizationItemRequestBuilder) ExtensionsById added in v0.12.0

ExtensionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.organization.item.extensions.item collection

func (*OrganizationItemRequestBuilder) Get added in v0.12.0

Get get the properties and relationships of the currently authenticated organization. Since the **organization** resource supports extensions, you can also use the `GET` operation to get custom properties and extension data in an **organization** instance.

func (*OrganizationItemRequestBuilder) GetMemberGroups added in v0.12.0

GetMemberGroups the getMemberGroups property

func (*OrganizationItemRequestBuilder) GetMemberObjects added in v0.12.0

GetMemberObjects the getMemberObjects property

func (*OrganizationItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler added in v0.22.0

GetWithRequestConfigurationAndResponseHandler get the properties and relationships of the currently authenticated organization. Since the **organization** resource supports extensions, you can also use the `GET` operation to get custom properties and extension data in an **organization** instance.

func (*OrganizationItemRequestBuilder) Patch added in v0.12.0

Patch update the properties of the currently authenticated organization. In this case, `organization` is defined as a collection of exactly one record, and so its **ID** must be specified in the request. The **ID** is also known as the **tenantId** of the organization.

func (*OrganizationItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler added in v0.22.0

PatchWithRequestConfigurationAndResponseHandler update the properties of the currently authenticated organization. In this case, `organization` is defined as a collection of exactly one record, and so its **ID** must be specified in the request. The **ID** is also known as the **tenantId** of the organization.

func (*OrganizationItemRequestBuilder) Restore added in v0.12.0

Restore the restore property

func (*OrganizationItemRequestBuilder) SetMobileDeviceManagementAuthority added in v0.12.0

SetMobileDeviceManagementAuthority the setMobileDeviceManagementAuthority property

type OrganizationItemRequestBuilderDeleteRequestConfiguration added in v0.22.0

type OrganizationItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

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

type OrganizationItemRequestBuilderGetQueryParameters added in v0.12.0

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

OrganizationItemRequestBuilderGetQueryParameters get the properties and relationships of the currently authenticated organization. Since the **organization** resource supports extensions, you can also use the `GET` operation to get custom properties and extension data in an **organization** instance.

type OrganizationItemRequestBuilderGetRequestConfiguration added in v0.22.0

type OrganizationItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *OrganizationItemRequestBuilderGetQueryParameters
}

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

type OrganizationItemRequestBuilderPatchRequestConfiguration added in v0.22.0

type OrganizationItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

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

Jump to

Keyboard shortcuts

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