Documentation ¶
Index ¶
- type AgreementItemRequestBuilder
- func (m *AgreementItemRequestBuilder) Acceptances() ...
- func (m *AgreementItemRequestBuilder) AcceptancesById(id string) ...
- func (m *AgreementItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *AgreementItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *AgreementItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *AgreementItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *AgreementItemRequestBuilder) File() ...
- func (m *AgreementItemRequestBuilder) Files() ...
- func (m *AgreementItemRequestBuilder) FilesById(id string) ...
- func (m *AgreementItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *AgreementItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- type AgreementItemRequestBuilderDeleteRequestConfiguration
- type AgreementItemRequestBuilderGetQueryParameters
- type AgreementItemRequestBuilderGetRequestConfiguration
- type AgreementItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgreementItemRequestBuilder ¶ added in v0.12.0
type AgreementItemRequestBuilder struct {
// contains filtered or unexported fields
}
AgreementItemRequestBuilder provides operations to manage the agreements property of the microsoft.graph.termsOfUseContainer entity.
func NewAgreementItemRequestBuilder ¶ added in v0.12.0
func NewAgreementItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementItemRequestBuilder
NewAgreementItemRequestBuilder instantiates a new AgreementItemRequestBuilder and sets the default values.
func NewAgreementItemRequestBuilderInternal ¶ added in v0.12.0
func NewAgreementItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementItemRequestBuilder
NewAgreementItemRequestBuilderInternal instantiates a new AgreementItemRequestBuilder and sets the default values.
func (*AgreementItemRequestBuilder) Acceptances ¶ added in v0.13.0
func (m *AgreementItemRequestBuilder) Acceptances() *i497cbf408523a7308e7d74d59fe980755bb06512cff2a1505fefee52ffc5f482.AcceptancesRequestBuilder
Acceptances the acceptances property
func (*AgreementItemRequestBuilder) AcceptancesById ¶ added in v0.13.0
func (m *AgreementItemRequestBuilder) AcceptancesById(id string) *i22d600b0c4aaca0bdb6422ea093131f6b276800efda0ef10e38f62d8c5ee6950.AgreementAcceptanceItemRequestBuilder
AcceptancesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.identityGovernance.termsOfUse.agreements.item.acceptances.item collection
func (*AgreementItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *AgreementItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *AgreementItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property agreements for identityGovernance
func (*AgreementItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *AgreementItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *AgreementItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation represents a tenant's customizable terms of use agreement that's created and managed with Azure Active Directory (Azure AD).
func (*AgreementItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *AgreementItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Agreementable, requestConfiguration *AgreementItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property agreements in identityGovernance
func (*AgreementItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *AgreementItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *AgreementItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property agreements for identityGovernance
func (*AgreementItemRequestBuilder) File ¶ added in v0.13.0
func (m *AgreementItemRequestBuilder) File() *i70f02eb4dfaff6e6823bf1a53edf2c9ba3ecdf930d6d4a42d9df9b5a5a136631.FileRequestBuilder
File the file property
func (*AgreementItemRequestBuilder) Files ¶ added in v0.13.0
func (m *AgreementItemRequestBuilder) Files() *i1bd9f6fcec8cad5cf057c73a59840be7a45f6df4cd6e9cf1680b44c2bc8d79e3.FilesRequestBuilder
Files the files property
func (*AgreementItemRequestBuilder) FilesById ¶ added in v0.13.0
func (m *AgreementItemRequestBuilder) FilesById(id string) *iaac740f8096136ae314c81411ffdcd09c6315014dc38c6f4f71a1f25f94237bd.AgreementFileLocalizationItemRequestBuilder
FilesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.identityGovernance.termsOfUse.agreements.item.files.item collection
func (*AgreementItemRequestBuilder) Get ¶ added in v0.12.0
func (m *AgreementItemRequestBuilder) Get(ctx context.Context, requestConfiguration *AgreementItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Agreementable, error)
Get represents a tenant's customizable terms of use agreement that's created and managed with Azure Active Directory (Azure AD).
func (*AgreementItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *AgreementItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Agreementable, requestConfiguration *AgreementItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Agreementable, error)
Patch update the navigation property agreements in identityGovernance
type AgreementItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type AgreementItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AgreementItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AgreementItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type AgreementItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
AgreementItemRequestBuilderGetQueryParameters represents a tenant's customizable terms of use agreement that's created and managed with Azure Active Directory (Azure AD).
type AgreementItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type AgreementItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *AgreementItemRequestBuilderGetQueryParameters }
AgreementItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AgreementItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type AgreementItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AgreementItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.