termsofuseagreementacceptance

package
v0.20241009.1142232 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgreementAcceptanceOperationPredicate

type AgreementAcceptanceOperationPredicate struct {
}

func (AgreementAcceptanceOperationPredicate) Matches

type CreateTermsOfUseAgreementAcceptanceOperationOptions

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

func DefaultCreateTermsOfUseAgreementAcceptanceOperationOptions

func DefaultCreateTermsOfUseAgreementAcceptanceOperationOptions() CreateTermsOfUseAgreementAcceptanceOperationOptions

func (CreateTermsOfUseAgreementAcceptanceOperationOptions) ToHeaders

func (CreateTermsOfUseAgreementAcceptanceOperationOptions) ToOData

func (CreateTermsOfUseAgreementAcceptanceOperationOptions) ToQuery

type CreateTermsOfUseAgreementAcceptanceOperationResponse

type CreateTermsOfUseAgreementAcceptanceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.AgreementAcceptance
}

type DeleteTermsOfUseAgreementAcceptanceOperationOptions

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

func DefaultDeleteTermsOfUseAgreementAcceptanceOperationOptions

func DefaultDeleteTermsOfUseAgreementAcceptanceOperationOptions() DeleteTermsOfUseAgreementAcceptanceOperationOptions

func (DeleteTermsOfUseAgreementAcceptanceOperationOptions) ToHeaders

func (DeleteTermsOfUseAgreementAcceptanceOperationOptions) ToOData

func (DeleteTermsOfUseAgreementAcceptanceOperationOptions) ToQuery

type DeleteTermsOfUseAgreementAcceptanceOperationResponse

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

type GetTermsOfUseAgreementAcceptanceOperationOptions

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

func DefaultGetTermsOfUseAgreementAcceptanceOperationOptions

func DefaultGetTermsOfUseAgreementAcceptanceOperationOptions() GetTermsOfUseAgreementAcceptanceOperationOptions

func (GetTermsOfUseAgreementAcceptanceOperationOptions) ToHeaders

func (GetTermsOfUseAgreementAcceptanceOperationOptions) ToOData

func (GetTermsOfUseAgreementAcceptanceOperationOptions) ToQuery

type GetTermsOfUseAgreementAcceptanceOperationResponse

type GetTermsOfUseAgreementAcceptanceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.AgreementAcceptance
}

type GetTermsOfUseAgreementAcceptancesCountOperationOptions

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

func DefaultGetTermsOfUseAgreementAcceptancesCountOperationOptions

func DefaultGetTermsOfUseAgreementAcceptancesCountOperationOptions() GetTermsOfUseAgreementAcceptancesCountOperationOptions

func (GetTermsOfUseAgreementAcceptancesCountOperationOptions) ToHeaders

func (GetTermsOfUseAgreementAcceptancesCountOperationOptions) ToOData

func (GetTermsOfUseAgreementAcceptancesCountOperationOptions) ToQuery

type GetTermsOfUseAgreementAcceptancesCountOperationResponse

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

type ListTermsOfUseAgreementAcceptancesCompleteResult

type ListTermsOfUseAgreementAcceptancesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.AgreementAcceptance
}

type ListTermsOfUseAgreementAcceptancesCustomPager

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

type ListTermsOfUseAgreementAcceptancesOperationOptions

type ListTermsOfUseAgreementAcceptancesOperationOptions 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 DefaultListTermsOfUseAgreementAcceptancesOperationOptions

func DefaultListTermsOfUseAgreementAcceptancesOperationOptions() ListTermsOfUseAgreementAcceptancesOperationOptions

func (ListTermsOfUseAgreementAcceptancesOperationOptions) ToHeaders

func (ListTermsOfUseAgreementAcceptancesOperationOptions) ToOData

func (ListTermsOfUseAgreementAcceptancesOperationOptions) ToQuery

type ListTermsOfUseAgreementAcceptancesOperationResponse

type ListTermsOfUseAgreementAcceptancesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.AgreementAcceptance
}

type TermsOfUseAgreementAcceptanceClient

type TermsOfUseAgreementAcceptanceClient struct {
	Client *msgraph.Client
}

func NewTermsOfUseAgreementAcceptanceClientWithBaseURI

func NewTermsOfUseAgreementAcceptanceClientWithBaseURI(sdkApi sdkEnv.Api) (*TermsOfUseAgreementAcceptanceClient, error)

func (TermsOfUseAgreementAcceptanceClient) CreateTermsOfUseAgreementAcceptance

CreateTermsOfUseAgreementAcceptance - Create new navigation property to acceptances for identityGovernance

func (TermsOfUseAgreementAcceptanceClient) DeleteTermsOfUseAgreementAcceptance

DeleteTermsOfUseAgreementAcceptance - Delete navigation property acceptances for identityGovernance

func (TermsOfUseAgreementAcceptanceClient) GetTermsOfUseAgreementAcceptance

GetTermsOfUseAgreementAcceptance - Get acceptances from identityGovernance. Read-only. Information about acceptances of this agreement.

func (TermsOfUseAgreementAcceptanceClient) GetTermsOfUseAgreementAcceptancesCount

GetTermsOfUseAgreementAcceptancesCount - Get the number of the resource

func (TermsOfUseAgreementAcceptanceClient) ListTermsOfUseAgreementAcceptances

ListTermsOfUseAgreementAcceptances - List acceptances. Get the details about the acceptance records for a specific agreement.

func (TermsOfUseAgreementAcceptanceClient) ListTermsOfUseAgreementAcceptancesComplete

ListTermsOfUseAgreementAcceptancesComplete retrieves all the results into a single object

func (TermsOfUseAgreementAcceptanceClient) ListTermsOfUseAgreementAcceptancesCompleteMatchingPredicate

ListTermsOfUseAgreementAcceptancesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (TermsOfUseAgreementAcceptanceClient) UpdateTermsOfUseAgreementAcceptance

UpdateTermsOfUseAgreementAcceptance - Update the navigation property acceptances in identityGovernance

type UpdateTermsOfUseAgreementAcceptanceOperationOptions

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

func DefaultUpdateTermsOfUseAgreementAcceptanceOperationOptions

func DefaultUpdateTermsOfUseAgreementAcceptanceOperationOptions() UpdateTermsOfUseAgreementAcceptanceOperationOptions

func (UpdateTermsOfUseAgreementAcceptanceOperationOptions) ToHeaders

func (UpdateTermsOfUseAgreementAcceptanceOperationOptions) ToOData

func (UpdateTermsOfUseAgreementAcceptanceOperationOptions) ToQuery

type UpdateTermsOfUseAgreementAcceptanceOperationResponse

type UpdateTermsOfUseAgreementAcceptanceOperationResponse 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