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
}
Builds and executes requests for operations under \identityGovernance\termsOfUse
func NewTermsOfUseRequestBuilder ¶
func NewTermsOfUseRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TermsOfUseRequestBuilder
Instantiates a new TermsOfUseRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewTermsOfUseRequestBuilderInternal ¶
func NewTermsOfUseRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TermsOfUseRequestBuilder
Instantiates a new TermsOfUseRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*TermsOfUseRequestBuilder) AgreementAcceptances ¶
func (m *TermsOfUseRequestBuilder) AgreementAcceptances() *i1ce056d01800dfdf0c63c27efbc64f7896ea760db3ba778ace708aeddd054d0f.AgreementAcceptancesRequestBuilder
func (*TermsOfUseRequestBuilder) AgreementAcceptancesById ¶
func (m *TermsOfUseRequestBuilder) AgreementAcceptancesById(id string) *if58558aaf7d3a571a2b7b154eaf42dbeae3dfda757c15665c189420b3fc2cc8f.AgreementAcceptanceRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.identityGovernance.termsOfUse.agreementAcceptances.item collection Parameters:
- id : Unique identifier of the item
func (*TermsOfUseRequestBuilder) Agreements ¶
func (*TermsOfUseRequestBuilder) AgreementsById ¶
func (m *TermsOfUseRequestBuilder) AgreementsById(id string) *ied57f20b5e5c3beb8344ef3753e6a67a240318854397236c0cd83ef4d9597226.AgreementRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.identityGovernance.termsOfUse.agreements.item collection Parameters:
- id : Unique identifier of the item
func (*TermsOfUseRequestBuilder) CreateDeleteRequestInformation ¶
func (m *TermsOfUseRequestBuilder) CreateDeleteRequestInformation(options *TermsOfUseRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Delete navigation property termsOfUse for identityGovernance Parameters:
- options : Options for the request
func (*TermsOfUseRequestBuilder) CreateGetRequestInformation ¶
func (m *TermsOfUseRequestBuilder) CreateGetRequestInformation(options *TermsOfUseRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Get termsOfUse from identityGovernance Parameters:
- options : Options for the request
func (*TermsOfUseRequestBuilder) CreatePatchRequestInformation ¶
func (m *TermsOfUseRequestBuilder) CreatePatchRequestInformation(options *TermsOfUseRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Update the navigation property termsOfUse in identityGovernance Parameters:
- options : Options for the request
func (*TermsOfUseRequestBuilder) Delete ¶
func (m *TermsOfUseRequestBuilder) Delete(options *TermsOfUseRequestBuilderDeleteOptions) error
Delete navigation property termsOfUse for identityGovernance Parameters:
- options : Options for the request
func (*TermsOfUseRequestBuilder) Get ¶
func (m *TermsOfUseRequestBuilder) Get(options *TermsOfUseRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.TermsOfUseContainer, error)
Get termsOfUse from identityGovernance Parameters:
- options : Options for the request
func (*TermsOfUseRequestBuilder) Patch ¶
func (m *TermsOfUseRequestBuilder) Patch(options *TermsOfUseRequestBuilderPatchOptions) error
Update the navigation property termsOfUse in identityGovernance Parameters:
- options : Options for the request
type TermsOfUseRequestBuilderDeleteOptions ¶
type TermsOfUseRequestBuilderDeleteOptions 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 }
Options for Delete
type TermsOfUseRequestBuilderGetOptions ¶
type TermsOfUseRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *TermsOfUseRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Get
type TermsOfUseRequestBuilderGetQueryParameters ¶
type TermsOfUseRequestBuilderGetQueryParameters struct { ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.QueryParametersBase // Expand related entities Expand []string // Select properties to be returned Select_escaped []string }
Get termsOfUse from identityGovernance
type TermsOfUseRequestBuilderPatchOptions ¶
type TermsOfUseRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.TermsOfUseContainer // 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 }
Options for Patch