agreements

package
v0.48.0 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2022 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 AgreementsAgreementItemRequestBuilder added in v0.48.0

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

AgreementsAgreementItemRequestBuilder provides operations to manage the collection of agreement entities.

func NewAgreementsAgreementItemRequestBuilder added in v0.48.0

NewAgreementsAgreementItemRequestBuilder instantiates a new AgreementItemRequestBuilder and sets the default values.

func NewAgreementsAgreementItemRequestBuilderInternal added in v0.48.0

func NewAgreementsAgreementItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsAgreementItemRequestBuilder

NewAgreementsAgreementItemRequestBuilderInternal instantiates a new AgreementItemRequestBuilder and sets the default values.

func (*AgreementsAgreementItemRequestBuilder) Acceptances added in v0.48.0

Acceptances provides operations to manage the acceptances property of the microsoft.graph.agreement entity.

func (*AgreementsAgreementItemRequestBuilder) AcceptancesById added in v0.48.0

AcceptancesById provides operations to manage the acceptances property of the microsoft.graph.agreement entity.

func (*AgreementsAgreementItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete entity from agreements

func (*AgreementsAgreementItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get entity from agreements by key

func (*AgreementsAgreementItemRequestBuilder) CreatePatchRequestInformation added in v0.48.0

CreatePatchRequestInformation update entity in agreements

func (*AgreementsAgreementItemRequestBuilder) Delete added in v0.48.0

Delete delete entity from agreements

func (*AgreementsAgreementItemRequestBuilder) File added in v0.48.0

File provides operations to manage the file property of the microsoft.graph.agreement entity.

func (*AgreementsAgreementItemRequestBuilder) Files added in v0.48.0

Files provides operations to manage the files property of the microsoft.graph.agreement entity.

func (*AgreementsAgreementItemRequestBuilder) FilesById added in v0.48.0

FilesById provides operations to manage the files property of the microsoft.graph.agreement entity.

func (*AgreementsAgreementItemRequestBuilder) Get added in v0.48.0

Get get entity from agreements by key

type AgreementsAgreementItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

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

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

type AgreementsAgreementItemRequestBuilderGetQueryParameters added in v0.48.0

type AgreementsAgreementItemRequestBuilderGetQueryParameters struct {
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

AgreementsAgreementItemRequestBuilderGetQueryParameters get entity from agreements by key

type AgreementsAgreementItemRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsAgreementItemRequestBuilderPatchRequestConfiguration added in v0.48.0

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

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

type AgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilder added in v0.48.0

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

AgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilder provides operations to manage the acceptances property of the microsoft.graph.agreement entity.

func NewAgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilder added in v0.48.0

func NewAgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilder

NewAgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilder instantiates a new AgreementAcceptanceItemRequestBuilder and sets the default values.

func NewAgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilderInternal added in v0.48.0

func NewAgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilder

NewAgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilderInternal instantiates a new AgreementAcceptanceItemRequestBuilder and sets the default values.

func (*AgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete navigation property acceptances for agreements

func (*AgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation read-only. Information about acceptances of this agreement.

func (*AgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilder) CreatePatchRequestInformation added in v0.48.0

CreatePatchRequestInformation update the navigation property acceptances in agreements

func (*AgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilder) Delete added in v0.48.0

Delete delete navigation property acceptances for agreements

func (*AgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilder) Get added in v0.48.0

Get read-only. Information about acceptances of this agreement.

type AgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

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

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

type AgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilderGetQueryParameters added in v0.48.0

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

AgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilderGetQueryParameters read-only. Information about acceptances of this agreement.

type AgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsItemAcceptancesAgreementAcceptanceItemRequestBuilderPatchRequestConfiguration added in v0.48.0

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

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

type AgreementsItemAcceptancesCountRequestBuilder added in v0.48.0

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

AgreementsItemAcceptancesCountRequestBuilder provides operations to count the resources in the collection.

func NewAgreementsItemAcceptancesCountRequestBuilder added in v0.48.0

NewAgreementsItemAcceptancesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewAgreementsItemAcceptancesCountRequestBuilderInternal added in v0.48.0

func NewAgreementsItemAcceptancesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemAcceptancesCountRequestBuilder

NewAgreementsItemAcceptancesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*AgreementsItemAcceptancesCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*AgreementsItemAcceptancesCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type AgreementsItemAcceptancesCountRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsItemAcceptancesRequestBuilder added in v0.48.0

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

AgreementsItemAcceptancesRequestBuilder provides operations to manage the acceptances property of the microsoft.graph.agreement entity.

func NewAgreementsItemAcceptancesRequestBuilder added in v0.48.0

NewAgreementsItemAcceptancesRequestBuilder instantiates a new AcceptancesRequestBuilder and sets the default values.

func NewAgreementsItemAcceptancesRequestBuilderInternal added in v0.48.0

func NewAgreementsItemAcceptancesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemAcceptancesRequestBuilder

NewAgreementsItemAcceptancesRequestBuilderInternal instantiates a new AcceptancesRequestBuilder and sets the default values.

func (*AgreementsItemAcceptancesRequestBuilder) Count added in v0.48.0

Count provides operations to count the resources in the collection.

func (*AgreementsItemAcceptancesRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the details about the acceptance records for a specific agreement.

func (*AgreementsItemAcceptancesRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation create new navigation property to acceptances for agreements

func (*AgreementsItemAcceptancesRequestBuilder) Get added in v0.48.0

Get get the details about the acceptance records for a specific agreement.

type AgreementsItemAcceptancesRequestBuilderGetQueryParameters added in v0.48.0

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

AgreementsItemAcceptancesRequestBuilderGetQueryParameters get the details about the acceptance records for a specific agreement.

type AgreementsItemAcceptancesRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsItemAcceptancesRequestBuilderPostRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder added in v0.48.0

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

AgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder provides operations to manage the localizations property of the microsoft.graph.agreementFile entity.

func NewAgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder added in v0.48.0

func NewAgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder

NewAgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder instantiates a new AgreementFileLocalizationItemRequestBuilder and sets the default values.

func NewAgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilderInternal added in v0.48.0

func NewAgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder

NewAgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilderInternal instantiates a new AgreementFileLocalizationItemRequestBuilder and sets the default values.

func (*AgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete navigation property localizations for agreements

func (*AgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation the localized version of the terms of use agreement files attached to the agreement.

func (*AgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) CreatePatchRequestInformation added in v0.48.0

CreatePatchRequestInformation update the navigation property localizations in agreements

func (*AgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) Delete added in v0.48.0

Delete delete navigation property localizations for agreements

func (*AgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) Get added in v0.48.0

Get the localized version of the terms of use agreement files attached to the agreement.

func (*AgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) Versions added in v0.48.0

Versions provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity.

func (*AgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilder) VersionsById added in v0.48.0

VersionsById provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity.

type AgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilderGetQueryParameters added in v0.48.0

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

AgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilderGetQueryParameters the localized version of the terms of use agreement files attached to the agreement.

type AgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFileLocalizationsAgreementFileLocalizationItemRequestBuilderPatchRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFileLocalizationsCountRequestBuilder added in v0.48.0

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

AgreementsItemFileLocalizationsCountRequestBuilder provides operations to count the resources in the collection.

func NewAgreementsItemFileLocalizationsCountRequestBuilder added in v0.48.0

NewAgreementsItemFileLocalizationsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewAgreementsItemFileLocalizationsCountRequestBuilderInternal added in v0.48.0

func NewAgreementsItemFileLocalizationsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFileLocalizationsCountRequestBuilder

NewAgreementsItemFileLocalizationsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*AgreementsItemFileLocalizationsCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*AgreementsItemFileLocalizationsCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type AgreementsItemFileLocalizationsCountRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder added in v0.48.0

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

AgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity.

func NewAgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder added in v0.48.0

func NewAgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder

NewAgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder instantiates a new AgreementFileVersionItemRequestBuilder and sets the default values.

func NewAgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilderInternal added in v0.48.0

func NewAgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder

NewAgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilderInternal instantiates a new AgreementFileVersionItemRequestBuilder and sets the default values.

func (*AgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete navigation property versions for agreements

func (*AgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

func (*AgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) CreatePatchRequestInformation added in v0.48.0

CreatePatchRequestInformation update the navigation property versions in agreements

func (*AgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) Delete added in v0.48.0

Delete delete navigation property versions for agreements

func (*AgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilder) Get added in v0.48.0

Get read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

type AgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilderGetQueryParameters added in v0.48.0

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

AgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilderGetQueryParameters read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

type AgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFileLocalizationsItemVersionsAgreementFileVersionItemRequestBuilderPatchRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFileLocalizationsItemVersionsCountRequestBuilder added in v0.48.0

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

AgreementsItemFileLocalizationsItemVersionsCountRequestBuilder provides operations to count the resources in the collection.

func NewAgreementsItemFileLocalizationsItemVersionsCountRequestBuilder added in v0.48.0

func NewAgreementsItemFileLocalizationsItemVersionsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFileLocalizationsItemVersionsCountRequestBuilder

NewAgreementsItemFileLocalizationsItemVersionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewAgreementsItemFileLocalizationsItemVersionsCountRequestBuilderInternal added in v0.48.0

func NewAgreementsItemFileLocalizationsItemVersionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFileLocalizationsItemVersionsCountRequestBuilder

NewAgreementsItemFileLocalizationsItemVersionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*AgreementsItemFileLocalizationsItemVersionsCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*AgreementsItemFileLocalizationsItemVersionsCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type AgreementsItemFileLocalizationsItemVersionsCountRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFileLocalizationsItemVersionsRequestBuilder added in v0.48.0

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

AgreementsItemFileLocalizationsItemVersionsRequestBuilder provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity.

func NewAgreementsItemFileLocalizationsItemVersionsRequestBuilder added in v0.48.0

func NewAgreementsItemFileLocalizationsItemVersionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFileLocalizationsItemVersionsRequestBuilder

NewAgreementsItemFileLocalizationsItemVersionsRequestBuilder instantiates a new VersionsRequestBuilder and sets the default values.

func NewAgreementsItemFileLocalizationsItemVersionsRequestBuilderInternal added in v0.48.0

func NewAgreementsItemFileLocalizationsItemVersionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFileLocalizationsItemVersionsRequestBuilder

NewAgreementsItemFileLocalizationsItemVersionsRequestBuilderInternal instantiates a new VersionsRequestBuilder and sets the default values.

func (*AgreementsItemFileLocalizationsItemVersionsRequestBuilder) Count added in v0.48.0

Count provides operations to count the resources in the collection.

func (*AgreementsItemFileLocalizationsItemVersionsRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

func (*AgreementsItemFileLocalizationsItemVersionsRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation create new navigation property to versions for agreements

func (*AgreementsItemFileLocalizationsItemVersionsRequestBuilder) Get added in v0.48.0

Get read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

type AgreementsItemFileLocalizationsItemVersionsRequestBuilderGetQueryParameters added in v0.48.0

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

AgreementsItemFileLocalizationsItemVersionsRequestBuilderGetQueryParameters read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

type AgreementsItemFileLocalizationsItemVersionsRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFileLocalizationsItemVersionsRequestBuilderPostRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFileLocalizationsRequestBuilder added in v0.48.0

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

AgreementsItemFileLocalizationsRequestBuilder provides operations to manage the localizations property of the microsoft.graph.agreementFile entity.

func NewAgreementsItemFileLocalizationsRequestBuilder added in v0.48.0

NewAgreementsItemFileLocalizationsRequestBuilder instantiates a new LocalizationsRequestBuilder and sets the default values.

func NewAgreementsItemFileLocalizationsRequestBuilderInternal added in v0.48.0

func NewAgreementsItemFileLocalizationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFileLocalizationsRequestBuilder

NewAgreementsItemFileLocalizationsRequestBuilderInternal instantiates a new LocalizationsRequestBuilder and sets the default values.

func (*AgreementsItemFileLocalizationsRequestBuilder) Count added in v0.48.0

Count provides operations to count the resources in the collection.

func (*AgreementsItemFileLocalizationsRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation the localized version of the terms of use agreement files attached to the agreement.

func (*AgreementsItemFileLocalizationsRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation create new navigation property to localizations for agreements

func (*AgreementsItemFileLocalizationsRequestBuilder) Get added in v0.48.0

Get the localized version of the terms of use agreement files attached to the agreement.

type AgreementsItemFileLocalizationsRequestBuilderGetQueryParameters added in v0.48.0

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

AgreementsItemFileLocalizationsRequestBuilderGetQueryParameters the localized version of the terms of use agreement files attached to the agreement.

type AgreementsItemFileLocalizationsRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFileLocalizationsRequestBuilderPostRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFileRequestBuilder added in v0.48.0

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

AgreementsItemFileRequestBuilder provides operations to manage the file property of the microsoft.graph.agreement entity.

func NewAgreementsItemFileRequestBuilder added in v0.48.0

NewAgreementsItemFileRequestBuilder instantiates a new FileRequestBuilder and sets the default values.

func NewAgreementsItemFileRequestBuilderInternal added in v0.48.0

func NewAgreementsItemFileRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFileRequestBuilder

NewAgreementsItemFileRequestBuilderInternal instantiates a new FileRequestBuilder and sets the default values.

func (*AgreementsItemFileRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete navigation property file for agreements

func (*AgreementsItemFileRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation retrieve the details of the default file for an agreement, including the language and version information. The file information is specified through the agreementFile object.

func (*AgreementsItemFileRequestBuilder) CreatePatchRequestInformation added in v0.48.0

CreatePatchRequestInformation update the navigation property file in agreements

func (*AgreementsItemFileRequestBuilder) Delete added in v0.48.0

Delete delete navigation property file for agreements

func (*AgreementsItemFileRequestBuilder) Get added in v0.48.0

Get retrieve the details of the default file for an agreement, including the language and version information. The file information is specified through the agreementFile object.

func (*AgreementsItemFileRequestBuilder) Localizations added in v0.48.0

Localizations provides operations to manage the localizations property of the microsoft.graph.agreementFile entity.

func (*AgreementsItemFileRequestBuilder) LocalizationsById added in v0.48.0

LocalizationsById provides operations to manage the localizations property of the microsoft.graph.agreementFile entity.

type AgreementsItemFileRequestBuilderDeleteRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFileRequestBuilderGetQueryParameters added in v0.48.0

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

AgreementsItemFileRequestBuilderGetQueryParameters retrieve the details of the default file for an agreement, including the language and version information. The file information is specified through the agreementFile object.

type AgreementsItemFileRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFileRequestBuilderPatchRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFilesAgreementFileLocalizationItemRequestBuilder added in v0.48.0

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

AgreementsItemFilesAgreementFileLocalizationItemRequestBuilder provides operations to manage the files property of the microsoft.graph.agreement entity.

func NewAgreementsItemFilesAgreementFileLocalizationItemRequestBuilder added in v0.48.0

func NewAgreementsItemFilesAgreementFileLocalizationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFilesAgreementFileLocalizationItemRequestBuilder

NewAgreementsItemFilesAgreementFileLocalizationItemRequestBuilder instantiates a new AgreementFileLocalizationItemRequestBuilder and sets the default values.

func NewAgreementsItemFilesAgreementFileLocalizationItemRequestBuilderInternal added in v0.48.0

func NewAgreementsItemFilesAgreementFileLocalizationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFilesAgreementFileLocalizationItemRequestBuilder

NewAgreementsItemFilesAgreementFileLocalizationItemRequestBuilderInternal instantiates a new AgreementFileLocalizationItemRequestBuilder and sets the default values.

func (*AgreementsItemFilesAgreementFileLocalizationItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete navigation property files for agreements

func (*AgreementsItemFilesAgreementFileLocalizationItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand.

func (*AgreementsItemFilesAgreementFileLocalizationItemRequestBuilder) CreatePatchRequestInformation added in v0.48.0

CreatePatchRequestInformation update the navigation property files in agreements

func (*AgreementsItemFilesAgreementFileLocalizationItemRequestBuilder) Delete added in v0.48.0

Delete delete navigation property files for agreements

func (*AgreementsItemFilesAgreementFileLocalizationItemRequestBuilder) Get added in v0.48.0

Get pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand.

func (*AgreementsItemFilesAgreementFileLocalizationItemRequestBuilder) Versions added in v0.48.0

Versions provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity.

func (*AgreementsItemFilesAgreementFileLocalizationItemRequestBuilder) VersionsById added in v0.48.0

VersionsById provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity.

type AgreementsItemFilesAgreementFileLocalizationItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFilesAgreementFileLocalizationItemRequestBuilderGetQueryParameters added in v0.48.0

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

AgreementsItemFilesAgreementFileLocalizationItemRequestBuilderGetQueryParameters pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand.

type AgreementsItemFilesAgreementFileLocalizationItemRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFilesAgreementFileLocalizationItemRequestBuilderPatchRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFilesCountRequestBuilder added in v0.48.0

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

AgreementsItemFilesCountRequestBuilder provides operations to count the resources in the collection.

func NewAgreementsItemFilesCountRequestBuilder added in v0.48.0

NewAgreementsItemFilesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewAgreementsItemFilesCountRequestBuilderInternal added in v0.48.0

func NewAgreementsItemFilesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFilesCountRequestBuilder

NewAgreementsItemFilesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*AgreementsItemFilesCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*AgreementsItemFilesCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type AgreementsItemFilesCountRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilder added in v0.48.0

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

AgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilder provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity.

func NewAgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilder added in v0.48.0

func NewAgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilder

NewAgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilder instantiates a new AgreementFileVersionItemRequestBuilder and sets the default values.

func NewAgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilderInternal added in v0.48.0

func NewAgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilder

NewAgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilderInternal instantiates a new AgreementFileVersionItemRequestBuilder and sets the default values.

func (*AgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete navigation property versions for agreements

func (*AgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

func (*AgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) CreatePatchRequestInformation added in v0.48.0

CreatePatchRequestInformation update the navigation property versions in agreements

func (*AgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) Delete added in v0.48.0

Delete delete navigation property versions for agreements

func (*AgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilder) Get added in v0.48.0

Get read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

type AgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilderGetQueryParameters added in v0.48.0

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

AgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilderGetQueryParameters read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

type AgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFilesItemVersionsAgreementFileVersionItemRequestBuilderPatchRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFilesItemVersionsCountRequestBuilder added in v0.48.0

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

AgreementsItemFilesItemVersionsCountRequestBuilder provides operations to count the resources in the collection.

func NewAgreementsItemFilesItemVersionsCountRequestBuilder added in v0.48.0

NewAgreementsItemFilesItemVersionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewAgreementsItemFilesItemVersionsCountRequestBuilderInternal added in v0.48.0

func NewAgreementsItemFilesItemVersionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFilesItemVersionsCountRequestBuilder

NewAgreementsItemFilesItemVersionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*AgreementsItemFilesItemVersionsCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*AgreementsItemFilesItemVersionsCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type AgreementsItemFilesItemVersionsCountRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFilesItemVersionsRequestBuilder added in v0.48.0

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

AgreementsItemFilesItemVersionsRequestBuilder provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity.

func NewAgreementsItemFilesItemVersionsRequestBuilder added in v0.48.0

NewAgreementsItemFilesItemVersionsRequestBuilder instantiates a new VersionsRequestBuilder and sets the default values.

func NewAgreementsItemFilesItemVersionsRequestBuilderInternal added in v0.48.0

func NewAgreementsItemFilesItemVersionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFilesItemVersionsRequestBuilder

NewAgreementsItemFilesItemVersionsRequestBuilderInternal instantiates a new VersionsRequestBuilder and sets the default values.

func (*AgreementsItemFilesItemVersionsRequestBuilder) Count added in v0.48.0

Count provides operations to count the resources in the collection.

func (*AgreementsItemFilesItemVersionsRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

func (*AgreementsItemFilesItemVersionsRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation create new navigation property to versions for agreements

func (*AgreementsItemFilesItemVersionsRequestBuilder) Get added in v0.48.0

Get read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

type AgreementsItemFilesItemVersionsRequestBuilderGetQueryParameters added in v0.48.0

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

AgreementsItemFilesItemVersionsRequestBuilderGetQueryParameters read-only. Customized versions of the terms of use agreement in the Azure AD tenant.

type AgreementsItemFilesItemVersionsRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFilesItemVersionsRequestBuilderPostRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFilesRequestBuilder added in v0.48.0

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

AgreementsItemFilesRequestBuilder provides operations to manage the files property of the microsoft.graph.agreement entity.

func NewAgreementsItemFilesRequestBuilder added in v0.48.0

NewAgreementsItemFilesRequestBuilder instantiates a new FilesRequestBuilder and sets the default values.

func NewAgreementsItemFilesRequestBuilderInternal added in v0.48.0

func NewAgreementsItemFilesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsItemFilesRequestBuilder

NewAgreementsItemFilesRequestBuilderInternal instantiates a new FilesRequestBuilder and sets the default values.

func (*AgreementsItemFilesRequestBuilder) Count added in v0.48.0

Count provides operations to count the resources in the collection.

func (*AgreementsItemFilesRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand.

func (*AgreementsItemFilesRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation create a new localized agreement file.

func (*AgreementsItemFilesRequestBuilder) Get added in v0.48.0

Get pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand.

type AgreementsItemFilesRequestBuilderGetQueryParameters added in v0.48.0

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

AgreementsItemFilesRequestBuilderGetQueryParameters pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand.

type AgreementsItemFilesRequestBuilderGetRequestConfiguration added in v0.48.0

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

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

type AgreementsItemFilesRequestBuilderPostRequestConfiguration added in v0.48.0

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

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

type AgreementsRequestBuilder

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

AgreementsRequestBuilder provides operations to manage the collection of agreement entities.

func NewAgreementsRequestBuilder

NewAgreementsRequestBuilder instantiates a new AgreementsRequestBuilder and sets the default values.

func NewAgreementsRequestBuilderInternal

func NewAgreementsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementsRequestBuilder

NewAgreementsRequestBuilderInternal instantiates a new AgreementsRequestBuilder and sets the default values.

func (*AgreementsRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation get entities from agreements

type AgreementsRequestBuilderGetQueryParameters

type AgreementsRequestBuilderGetQueryParameters struct {
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

AgreementsRequestBuilderGetQueryParameters get entities from agreements

type AgreementsRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

type AgreementsRequestBuilderPostRequestConfiguration added in v0.22.0

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

AgreementsRequestBuilderPostRequestConfiguration 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