Documentation
¶
Index ¶
- type AgreementItemRequestBuilder
- 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) Get(options *AgreementItemRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Agreement, ...)
- 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 builds and executes requests for operations under \identityGovernance\termsOfUse\agreements\{agreement-id}
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) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *AgreementItemRequestBuilder) CreateDeleteRequestInformation(options *AgreementItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation represents a tenant's customizable terms of use agreement that's created and managed with Azure Active Directory (Azure AD).
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 represents a tenant's customizable terms of use agreement that's created and managed with Azure Active Directory (Azure AD).
func (*AgreementItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *AgreementItemRequestBuilder) Delete(options *AgreementItemRequestBuilderDeleteOptions) error
Delete represents a tenant's customizable terms of use agreement that's created and managed with Azure Active Directory (Azure AD).
func (*AgreementItemRequestBuilder) Get ¶ added in v0.12.0
func (m *AgreementItemRequestBuilder) Get(options *AgreementItemRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Agreement, 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 represents a tenant's customizable terms of use agreement that's created and managed with Azure Active Directory (Azure AD).
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.Agreement
// 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