Documentation
¶
Index ¶
- type ComplianceManagementPartnersRequestBuilder
- func (m *ComplianceManagementPartnersRequestBuilder) CreateGetRequestInformation(options *ComplianceManagementPartnersRequestBuilderGetOptions) (...)
- func (m *ComplianceManagementPartnersRequestBuilder) CreatePostRequestInformation(options *ComplianceManagementPartnersRequestBuilderPostOptions) (...)
- func (m *ComplianceManagementPartnersRequestBuilder) Get(options *ComplianceManagementPartnersRequestBuilderGetOptions) (*ComplianceManagementPartnersResponse, error)
- func (m *ComplianceManagementPartnersRequestBuilder) Post(options *ComplianceManagementPartnersRequestBuilderPostOptions) (...)
- type ComplianceManagementPartnersRequestBuilderGetOptions
- type ComplianceManagementPartnersRequestBuilderGetQueryParameters
- type ComplianceManagementPartnersRequestBuilderPostOptions
- type ComplianceManagementPartnersResponse
- func (m *ComplianceManagementPartnersResponse) GetAdditionalData() map[string]interface{}
- func (m *ComplianceManagementPartnersResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *ComplianceManagementPartnersResponse) GetNextLink() *string
- func (m *ComplianceManagementPartnersResponse) GetValue() ...
- func (m *ComplianceManagementPartnersResponse) IsNil() bool
- func (m *ComplianceManagementPartnersResponse) Serialize(...) error
- func (m *ComplianceManagementPartnersResponse) SetAdditionalData(value map[string]interface{})
- func (m *ComplianceManagementPartnersResponse) SetNextLink(value *string)
- func (m *ComplianceManagementPartnersResponse) SetValue(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComplianceManagementPartnersRequestBuilder ¶
type ComplianceManagementPartnersRequestBuilder struct {
// contains filtered or unexported fields
}
ComplianceManagementPartnersRequestBuilder builds and executes requests for operations under \deviceManagement\complianceManagementPartners
func NewComplianceManagementPartnersRequestBuilder ¶
func NewComplianceManagementPartnersRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ComplianceManagementPartnersRequestBuilder
NewComplianceManagementPartnersRequestBuilder instantiates a new ComplianceManagementPartnersRequestBuilder and sets the default values.
func NewComplianceManagementPartnersRequestBuilderInternal ¶
func NewComplianceManagementPartnersRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ComplianceManagementPartnersRequestBuilder
NewComplianceManagementPartnersRequestBuilderInternal instantiates a new ComplianceManagementPartnersRequestBuilder and sets the default values.
func (*ComplianceManagementPartnersRequestBuilder) CreateGetRequestInformation ¶
func (m *ComplianceManagementPartnersRequestBuilder) CreateGetRequestInformation(options *ComplianceManagementPartnersRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the list of Compliance Management Partners configured by the tenant.
func (*ComplianceManagementPartnersRequestBuilder) CreatePostRequestInformation ¶
func (m *ComplianceManagementPartnersRequestBuilder) CreatePostRequestInformation(options *ComplianceManagementPartnersRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation the list of Compliance Management Partners configured by the tenant.
func (*ComplianceManagementPartnersRequestBuilder) Get ¶
func (m *ComplianceManagementPartnersRequestBuilder) Get(options *ComplianceManagementPartnersRequestBuilderGetOptions) (*ComplianceManagementPartnersResponse, error)
Get the list of Compliance Management Partners configured by the tenant.
func (*ComplianceManagementPartnersRequestBuilder) Post ¶
func (m *ComplianceManagementPartnersRequestBuilder) Post(options *ComplianceManagementPartnersRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ComplianceManagementPartner, error)
Post the list of Compliance Management Partners configured by the tenant.
type ComplianceManagementPartnersRequestBuilderGetOptions ¶
type ComplianceManagementPartnersRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *ComplianceManagementPartnersRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
ComplianceManagementPartnersRequestBuilderGetOptions options for Get
type ComplianceManagementPartnersRequestBuilderGetQueryParameters ¶
type ComplianceManagementPartnersRequestBuilderGetQueryParameters struct { // Include count of items Count *bool // Expand related entities Expand []string // Filter items by property values Filter *string // Order items by property values Orderby []string // Search items by search phrases Search *string // Select properties to be returned Select []string // Skip the first n items Skip *int32 // Show only the first n items Top *int32 }
ComplianceManagementPartnersRequestBuilderGetQueryParameters the list of Compliance Management Partners configured by the tenant.
type ComplianceManagementPartnersRequestBuilderPostOptions ¶
type ComplianceManagementPartnersRequestBuilderPostOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ComplianceManagementPartner // 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 }
ComplianceManagementPartnersRequestBuilderPostOptions options for Post
type ComplianceManagementPartnersResponse ¶
type ComplianceManagementPartnersResponse struct {
// contains filtered or unexported fields
}
ComplianceManagementPartnersResponse
func NewComplianceManagementPartnersResponse ¶
func NewComplianceManagementPartnersResponse() *ComplianceManagementPartnersResponse
NewComplianceManagementPartnersResponse instantiates a new complianceManagementPartnersResponse and sets the default values.
func (*ComplianceManagementPartnersResponse) GetAdditionalData ¶
func (m *ComplianceManagementPartnersResponse) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*ComplianceManagementPartnersResponse) GetFieldDeserializers ¶
func (m *ComplianceManagementPartnersResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ComplianceManagementPartnersResponse) GetNextLink ¶
func (m *ComplianceManagementPartnersResponse) GetNextLink() *string
GetNextLink gets the nextLink property value.
func (*ComplianceManagementPartnersResponse) GetValue ¶
func (m *ComplianceManagementPartnersResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ComplianceManagementPartner
GetValue gets the value property value.
func (*ComplianceManagementPartnersResponse) IsNil ¶
func (m *ComplianceManagementPartnersResponse) IsNil() bool
func (*ComplianceManagementPartnersResponse) Serialize ¶
func (m *ComplianceManagementPartnersResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*ComplianceManagementPartnersResponse) SetAdditionalData ¶
func (m *ComplianceManagementPartnersResponse) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*ComplianceManagementPartnersResponse) SetNextLink ¶
func (m *ComplianceManagementPartnersResponse) SetNextLink(value *string)
SetNextLink sets the nextLink property value.
func (*ComplianceManagementPartnersResponse) SetValue ¶
func (m *ComplianceManagementPartnersResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ComplianceManagementPartner)
SetValue sets the value property value.