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(ctx context.Context, ...) (...)
- func (m *TermsOfUseRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *TermsOfUseRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *TermsOfUseRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *TermsOfUseRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *TermsOfUseRequestBuilder) Patch(ctx context.Context, ...) (...)
- type TermsOfUseRequestBuilderDeleteRequestConfiguration
- type TermsOfUseRequestBuilderGetQueryParameters
- type TermsOfUseRequestBuilderGetRequestConfiguration
- type TermsOfUseRequestBuilderPatchRequestConfiguration
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 provides operations to manage the agreementAcceptances property of the microsoft.graph.termsOfUseContainer entity.
func (*TermsOfUseRequestBuilder) AgreementAcceptancesById ¶
func (m *TermsOfUseRequestBuilder) AgreementAcceptancesById(id string) *if58558aaf7d3a571a2b7b154eaf42dbeae3dfda757c15665c189420b3fc2cc8f.AgreementAcceptanceItemRequestBuilder
AgreementAcceptancesById provides operations to manage the agreementAcceptances property of the microsoft.graph.termsOfUseContainer entity.
func (*TermsOfUseRequestBuilder) Agreements ¶
func (m *TermsOfUseRequestBuilder) Agreements() *iacf793fb78f5c5f75bf9b848a21075f45ec242f4bcf7744ebdca694da4a5802c.AgreementsRequestBuilder
Agreements provides operations to manage the agreements property of the microsoft.graph.termsOfUseContainer entity.
func (*TermsOfUseRequestBuilder) AgreementsById ¶
func (m *TermsOfUseRequestBuilder) AgreementsById(id string) *ied57f20b5e5c3beb8344ef3753e6a67a240318854397236c0cd83ef4d9597226.AgreementItemRequestBuilder
AgreementsById provides operations to manage the agreements property of the microsoft.graph.termsOfUseContainer entity.
func (*TermsOfUseRequestBuilder) CreateDeleteRequestInformation ¶
func (m *TermsOfUseRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *TermsOfUseRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property termsOfUse for identityGovernance
func (*TermsOfUseRequestBuilder) CreateGetRequestInformation ¶
func (m *TermsOfUseRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *TermsOfUseRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get termsOfUse from identityGovernance
func (*TermsOfUseRequestBuilder) CreatePatchRequestInformation ¶
func (m *TermsOfUseRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TermsOfUseContainerable, requestConfiguration *TermsOfUseRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property termsOfUse in identityGovernance
func (*TermsOfUseRequestBuilder) Delete ¶
func (m *TermsOfUseRequestBuilder) Delete(ctx context.Context, requestConfiguration *TermsOfUseRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property termsOfUse for identityGovernance
func (*TermsOfUseRequestBuilder) Get ¶
func (m *TermsOfUseRequestBuilder) Get(ctx context.Context, requestConfiguration *TermsOfUseRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TermsOfUseContainerable, error)
Get get termsOfUse from identityGovernance
func (*TermsOfUseRequestBuilder) Patch ¶
func (m *TermsOfUseRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TermsOfUseContainerable, requestConfiguration *TermsOfUseRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TermsOfUseContainerable, error)
Patch update the navigation property termsOfUse in identityGovernance
type TermsOfUseRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type TermsOfUseRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
TermsOfUseRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TermsOfUseRequestBuilderGetQueryParameters ¶
type TermsOfUseRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
TermsOfUseRequestBuilderGetQueryParameters get termsOfUse from identityGovernance
type TermsOfUseRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type TermsOfUseRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *TermsOfUseRequestBuilderGetQueryParameters }
TermsOfUseRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TermsOfUseRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type TermsOfUseRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
TermsOfUseRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.