termsofuseagreementfilelocalizationversion

package
v0.20241017.1093842 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgreementFileVersionOperationPredicate

type AgreementFileVersionOperationPredicate struct {
}

func (AgreementFileVersionOperationPredicate) Matches

type CreateTermsOfUseAgreementFileLocalizationVersionOperationOptions

type CreateTermsOfUseAgreementFileLocalizationVersionOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (CreateTermsOfUseAgreementFileLocalizationVersionOperationOptions) ToHeaders

func (CreateTermsOfUseAgreementFileLocalizationVersionOperationOptions) ToOData

func (CreateTermsOfUseAgreementFileLocalizationVersionOperationOptions) ToQuery

type CreateTermsOfUseAgreementFileLocalizationVersionOperationResponse

type CreateTermsOfUseAgreementFileLocalizationVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.AgreementFileVersion
}

type DeleteTermsOfUseAgreementFileLocalizationVersionOperationOptions

type DeleteTermsOfUseAgreementFileLocalizationVersionOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (DeleteTermsOfUseAgreementFileLocalizationVersionOperationOptions) ToHeaders

func (DeleteTermsOfUseAgreementFileLocalizationVersionOperationOptions) ToOData

func (DeleteTermsOfUseAgreementFileLocalizationVersionOperationOptions) ToQuery

type DeleteTermsOfUseAgreementFileLocalizationVersionOperationResponse

type DeleteTermsOfUseAgreementFileLocalizationVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetTermsOfUseAgreementFileLocalizationVersionOperationOptions

type GetTermsOfUseAgreementFileLocalizationVersionOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func (GetTermsOfUseAgreementFileLocalizationVersionOperationOptions) ToHeaders

func (GetTermsOfUseAgreementFileLocalizationVersionOperationOptions) ToOData

func (GetTermsOfUseAgreementFileLocalizationVersionOperationOptions) ToQuery

type GetTermsOfUseAgreementFileLocalizationVersionOperationResponse

type GetTermsOfUseAgreementFileLocalizationVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.AgreementFileVersion
}

type GetTermsOfUseAgreementFileLocalizationVersionsCountOperationOptions

type GetTermsOfUseAgreementFileLocalizationVersionsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func (GetTermsOfUseAgreementFileLocalizationVersionsCountOperationOptions) ToHeaders

func (GetTermsOfUseAgreementFileLocalizationVersionsCountOperationOptions) ToOData

func (GetTermsOfUseAgreementFileLocalizationVersionsCountOperationOptions) ToQuery

type GetTermsOfUseAgreementFileLocalizationVersionsCountOperationResponse

type GetTermsOfUseAgreementFileLocalizationVersionsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListTermsOfUseAgreementFileLocalizationVersionsCompleteResult

type ListTermsOfUseAgreementFileLocalizationVersionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.AgreementFileVersion
}

type ListTermsOfUseAgreementFileLocalizationVersionsCustomPager

type ListTermsOfUseAgreementFileLocalizationVersionsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListTermsOfUseAgreementFileLocalizationVersionsOperationOptions

type ListTermsOfUseAgreementFileLocalizationVersionsOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func (ListTermsOfUseAgreementFileLocalizationVersionsOperationOptions) ToHeaders

func (ListTermsOfUseAgreementFileLocalizationVersionsOperationOptions) ToOData

func (ListTermsOfUseAgreementFileLocalizationVersionsOperationOptions) ToQuery

type ListTermsOfUseAgreementFileLocalizationVersionsOperationResponse

type ListTermsOfUseAgreementFileLocalizationVersionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.AgreementFileVersion
}

type TermsOfUseAgreementFileLocalizationVersionClient

type TermsOfUseAgreementFileLocalizationVersionClient struct {
	Client *msgraph.Client
}

func NewTermsOfUseAgreementFileLocalizationVersionClientWithBaseURI

func NewTermsOfUseAgreementFileLocalizationVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*TermsOfUseAgreementFileLocalizationVersionClient, error)

func (TermsOfUseAgreementFileLocalizationVersionClient) CreateTermsOfUseAgreementFileLocalizationVersion

CreateTermsOfUseAgreementFileLocalizationVersion - Create new navigation property to versions for identityGovernance

func (TermsOfUseAgreementFileLocalizationVersionClient) DeleteTermsOfUseAgreementFileLocalizationVersion

DeleteTermsOfUseAgreementFileLocalizationVersion - Delete navigation property versions for identityGovernance

func (TermsOfUseAgreementFileLocalizationVersionClient) GetTermsOfUseAgreementFileLocalizationVersion

GetTermsOfUseAgreementFileLocalizationVersion - Get versions from identityGovernance. Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.

func (TermsOfUseAgreementFileLocalizationVersionClient) GetTermsOfUseAgreementFileLocalizationVersionsCount

GetTermsOfUseAgreementFileLocalizationVersionsCount - Get the number of the resource

func (TermsOfUseAgreementFileLocalizationVersionClient) ListTermsOfUseAgreementFileLocalizationVersions

ListTermsOfUseAgreementFileLocalizationVersions - Get versions from identityGovernance. Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.

func (TermsOfUseAgreementFileLocalizationVersionClient) ListTermsOfUseAgreementFileLocalizationVersionsComplete

ListTermsOfUseAgreementFileLocalizationVersionsComplete retrieves all the results into a single object

func (TermsOfUseAgreementFileLocalizationVersionClient) ListTermsOfUseAgreementFileLocalizationVersionsCompleteMatchingPredicate

ListTermsOfUseAgreementFileLocalizationVersionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (TermsOfUseAgreementFileLocalizationVersionClient) UpdateTermsOfUseAgreementFileLocalizationVersion

UpdateTermsOfUseAgreementFileLocalizationVersion - Update the navigation property versions in identityGovernance

type UpdateTermsOfUseAgreementFileLocalizationVersionOperationOptions

type UpdateTermsOfUseAgreementFileLocalizationVersionOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (UpdateTermsOfUseAgreementFileLocalizationVersionOperationOptions) ToHeaders

func (UpdateTermsOfUseAgreementFileLocalizationVersionOperationOptions) ToOData

func (UpdateTermsOfUseAgreementFileLocalizationVersionOperationOptions) ToQuery

type UpdateTermsOfUseAgreementFileLocalizationVersionOperationResponse

type UpdateTermsOfUseAgreementFileLocalizationVersionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

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