Documentation ¶
Index ¶
- type TermsOfUseRequestBuilder
- func (m *TermsOfUseRequestBuilder) AgreementAcceptances() ...
- func (m *TermsOfUseRequestBuilder) AgreementAcceptancesById(id string) ...
- func (m *TermsOfUseRequestBuilder) Agreements() ...
- func (m *TermsOfUseRequestBuilder) AgreementsById(id string) ...
- func (m *TermsOfUseRequestBuilder) CreateDeleteRequestInformation(options *TermsOfUseRequestBuilderDeleteOptions) (...)
- func (m *TermsOfUseRequestBuilder) CreateGetRequestInformation(options *TermsOfUseRequestBuilderGetOptions) (...)
- func (m *TermsOfUseRequestBuilder) CreatePatchRequestInformation(options *TermsOfUseRequestBuilderPatchOptions) (...)
- func (m *TermsOfUseRequestBuilder) Delete(options *TermsOfUseRequestBuilderDeleteOptions) error
- func (m *TermsOfUseRequestBuilder) Get(options *TermsOfUseRequestBuilderGetOptions) (...)
- func (m *TermsOfUseRequestBuilder) Patch(options *TermsOfUseRequestBuilderPatchOptions) error
- type TermsOfUseRequestBuilderDeleteOptions
- type TermsOfUseRequestBuilderGetOptions
- type TermsOfUseRequestBuilderGetQueryParameters
- type TermsOfUseRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TermsOfUseRequestBuilder ¶
type TermsOfUseRequestBuilder struct {
// contains filtered or unexported fields
}
TermsOfUseRequestBuilder provides operations to manage the termsOfUse property of the microsoft.graph.identityGovernance entity.
func NewTermsOfUseRequestBuilder ¶
func NewTermsOfUseRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TermsOfUseRequestBuilder
NewTermsOfUseRequestBuilder instantiates a new TermsOfUseRequestBuilder and sets the default values.
func NewTermsOfUseRequestBuilderInternal ¶
func NewTermsOfUseRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TermsOfUseRequestBuilder
NewTermsOfUseRequestBuilderInternal instantiates a new TermsOfUseRequestBuilder and sets the default values.
func (*TermsOfUseRequestBuilder) AgreementAcceptances ¶
func (m *TermsOfUseRequestBuilder) AgreementAcceptances() *i1ce056d01800dfdf0c63c27efbc64f7896ea760db3ba778ace708aeddd054d0f.AgreementAcceptancesRequestBuilder
AgreementAcceptances the agreementAcceptances property
func (*TermsOfUseRequestBuilder) AgreementAcceptancesById ¶
func (m *TermsOfUseRequestBuilder) AgreementAcceptancesById(id string) *if58558aaf7d3a571a2b7b154eaf42dbeae3dfda757c15665c189420b3fc2cc8f.AgreementAcceptanceItemRequestBuilder
AgreementAcceptancesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.identityGovernance.termsOfUse.agreementAcceptances.item collection
func (*TermsOfUseRequestBuilder) Agreements ¶
func (m *TermsOfUseRequestBuilder) Agreements() *iacf793fb78f5c5f75bf9b848a21075f45ec242f4bcf7744ebdca694da4a5802c.AgreementsRequestBuilder
Agreements the agreements property
func (*TermsOfUseRequestBuilder) AgreementsById ¶
func (m *TermsOfUseRequestBuilder) AgreementsById(id string) *ied57f20b5e5c3beb8344ef3753e6a67a240318854397236c0cd83ef4d9597226.AgreementItemRequestBuilder
AgreementsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.identityGovernance.termsOfUse.agreements.item collection
func (*TermsOfUseRequestBuilder) CreateDeleteRequestInformation ¶
func (m *TermsOfUseRequestBuilder) CreateDeleteRequestInformation(options *TermsOfUseRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property termsOfUse for identityGovernance
func (*TermsOfUseRequestBuilder) CreateGetRequestInformation ¶
func (m *TermsOfUseRequestBuilder) CreateGetRequestInformation(options *TermsOfUseRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get termsOfUse from identityGovernance
func (*TermsOfUseRequestBuilder) CreatePatchRequestInformation ¶
func (m *TermsOfUseRequestBuilder) CreatePatchRequestInformation(options *TermsOfUseRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property termsOfUse in identityGovernance
func (*TermsOfUseRequestBuilder) Delete ¶
func (m *TermsOfUseRequestBuilder) Delete(options *TermsOfUseRequestBuilderDeleteOptions) error
Delete delete navigation property termsOfUse for identityGovernance
func (*TermsOfUseRequestBuilder) Get ¶
func (m *TermsOfUseRequestBuilder) Get(options *TermsOfUseRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TermsOfUseContainerable, error)
Get get termsOfUse from identityGovernance
func (*TermsOfUseRequestBuilder) Patch ¶
func (m *TermsOfUseRequestBuilder) Patch(options *TermsOfUseRequestBuilderPatchOptions) error
Patch update the navigation property termsOfUse in identityGovernance
type TermsOfUseRequestBuilderDeleteOptions ¶
type TermsOfUseRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
TermsOfUseRequestBuilderDeleteOptions options for Delete
type TermsOfUseRequestBuilderGetOptions ¶
type TermsOfUseRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *TermsOfUseRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
TermsOfUseRequestBuilderGetOptions options for Get
type TermsOfUseRequestBuilderGetQueryParameters ¶
type TermsOfUseRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
TermsOfUseRequestBuilderGetQueryParameters get termsOfUse from identityGovernance
type TermsOfUseRequestBuilderPatchOptions ¶
type TermsOfUseRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TermsOfUseContainerable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
TermsOfUseRequestBuilderPatchOptions options for Patch