Documentation ¶
Index ¶
- type AgreementItemRequestBuilder
- func (m *AgreementItemRequestBuilder) Acceptances() ...
- func (m *AgreementItemRequestBuilder) AcceptancesById(id string) ...
- func (m *AgreementItemRequestBuilder) CreateDeleteRequestInformation(options *AgreementItemRequestBuilderDeleteOptions) (...)
- func (m *AgreementItemRequestBuilder) CreateGetRequestInformation(options *AgreementItemRequestBuilderGetOptions) (...)
- func (m *AgreementItemRequestBuilder) CreatePatchRequestInformation(options *AgreementItemRequestBuilderPatchOptions) (...)
- func (m *AgreementItemRequestBuilder) Delete(options *AgreementItemRequestBuilderDeleteOptions) error
- func (m *AgreementItemRequestBuilder) File() ...
- func (m *AgreementItemRequestBuilder) Files() ...
- func (m *AgreementItemRequestBuilder) FilesById(id string) ...
- func (m *AgreementItemRequestBuilder) Get(options *AgreementItemRequestBuilderGetOptions) (...)
- func (m *AgreementItemRequestBuilder) Patch(options *AgreementItemRequestBuilderPatchOptions) error
- type AgreementItemRequestBuilderDeleteOptions
- type AgreementItemRequestBuilderGetOptions
- type AgreementItemRequestBuilderGetQueryParameters
- type AgreementItemRequestBuilderPatchOptions
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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *AgreementItemRequestBuilder
NewAgreementItemRequestBuilderInternal instantiates a new AgreementItemRequestBuilder and sets the default values.
func (*AgreementItemRequestBuilder) Acceptances ¶ added in v0.13.0
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(options *AgreementItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property agreements for identityGovernance
func (*AgreementItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *AgreementItemRequestBuilder) CreateGetRequestInformation(options *AgreementItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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(options *AgreementItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property agreements in identityGovernance
func (*AgreementItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *AgreementItemRequestBuilder) Delete(options *AgreementItemRequestBuilderDeleteOptions) error
Delete delete navigation property agreements for identityGovernance
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(options *AgreementItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.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(options *AgreementItemRequestBuilderPatchOptions) error
Patch update the navigation property agreements in identityGovernance
type AgreementItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type AgreementItemRequestBuilderDeleteOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
AgreementItemRequestBuilderDeleteOptions options for Delete
type AgreementItemRequestBuilderGetOptions ¶ added in v0.12.0
type AgreementItemRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *AgreementItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
AgreementItemRequestBuilderGetOptions options for Get
type AgreementItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type AgreementItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
AgreementItemRequestBuilderGetQueryParameters represents a tenant's customizable terms of use agreement that's created and managed with Azure Active Directory (Azure AD).
type AgreementItemRequestBuilderPatchOptions ¶ added in v0.12.0
type AgreementItemRequestBuilderPatchOptions struct { // Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Agreementable // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
AgreementItemRequestBuilderPatchOptions options for Patch