Documentation
¶
Index ¶
- type AndroidManagedAppProtectionsRequestBuilder
- func (m *AndroidManagedAppProtectionsRequestBuilder) CreateGetRequestInformation(options *AndroidManagedAppProtectionsRequestBuilderGetOptions) (...)
- func (m *AndroidManagedAppProtectionsRequestBuilder) CreatePostRequestInformation(options *AndroidManagedAppProtectionsRequestBuilderPostOptions) (...)
- func (m *AndroidManagedAppProtectionsRequestBuilder) Get(options *AndroidManagedAppProtectionsRequestBuilderGetOptions) (*AndroidManagedAppProtectionsResponse, error)
- func (m *AndroidManagedAppProtectionsRequestBuilder) Post(options *AndroidManagedAppProtectionsRequestBuilderPostOptions) (...)
- type AndroidManagedAppProtectionsRequestBuilderGetOptions
- type AndroidManagedAppProtectionsRequestBuilderGetQueryParameters
- type AndroidManagedAppProtectionsRequestBuilderPostOptions
- type AndroidManagedAppProtectionsResponse
- func (m *AndroidManagedAppProtectionsResponse) GetAdditionalData() map[string]interface{}
- func (m *AndroidManagedAppProtectionsResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *AndroidManagedAppProtectionsResponse) GetNextLink() *string
- func (m *AndroidManagedAppProtectionsResponse) GetValue() ...
- func (m *AndroidManagedAppProtectionsResponse) IsNil() bool
- func (m *AndroidManagedAppProtectionsResponse) Serialize(...) error
- func (m *AndroidManagedAppProtectionsResponse) SetAdditionalData(value map[string]interface{})
- func (m *AndroidManagedAppProtectionsResponse) SetNextLink(value *string)
- func (m *AndroidManagedAppProtectionsResponse) SetValue(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AndroidManagedAppProtectionsRequestBuilder ¶
type AndroidManagedAppProtectionsRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \deviceAppManagement\androidManagedAppProtections
func NewAndroidManagedAppProtectionsRequestBuilder ¶
func NewAndroidManagedAppProtectionsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *AndroidManagedAppProtectionsRequestBuilder
Instantiates a new AndroidManagedAppProtectionsRequestBuilder 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 NewAndroidManagedAppProtectionsRequestBuilderInternal ¶
func NewAndroidManagedAppProtectionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *AndroidManagedAppProtectionsRequestBuilder
Instantiates a new AndroidManagedAppProtectionsRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*AndroidManagedAppProtectionsRequestBuilder) CreateGetRequestInformation ¶
func (m *AndroidManagedAppProtectionsRequestBuilder) CreateGetRequestInformation(options *AndroidManagedAppProtectionsRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Android managed app policies. Parameters:
- options : Options for the request
func (*AndroidManagedAppProtectionsRequestBuilder) CreatePostRequestInformation ¶
func (m *AndroidManagedAppProtectionsRequestBuilder) CreatePostRequestInformation(options *AndroidManagedAppProtectionsRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Android managed app policies. Parameters:
- options : Options for the request
func (*AndroidManagedAppProtectionsRequestBuilder) Get ¶
func (m *AndroidManagedAppProtectionsRequestBuilder) Get(options *AndroidManagedAppProtectionsRequestBuilderGetOptions) (*AndroidManagedAppProtectionsResponse, error)
Android managed app policies. Parameters:
- options : Options for the request
func (*AndroidManagedAppProtectionsRequestBuilder) Post ¶
func (m *AndroidManagedAppProtectionsRequestBuilder) Post(options *AndroidManagedAppProtectionsRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AndroidManagedAppProtection, error)
Android managed app policies. Parameters:
- options : Options for the request
type AndroidManagedAppProtectionsRequestBuilderGetOptions ¶
type AndroidManagedAppProtectionsRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *AndroidManagedAppProtectionsRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
Options for Get
type AndroidManagedAppProtectionsRequestBuilderGetQueryParameters ¶
type AndroidManagedAppProtectionsRequestBuilderGetQueryParameters 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_escaped []string
// Skip the first n items
Skip *int32
// Show only the first n items
Top *int32
}
Android managed app policies.
type AndroidManagedAppProtectionsRequestBuilderPostOptions ¶
type AndroidManagedAppProtectionsRequestBuilderPostOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AndroidManagedAppProtection
// 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 Post
type AndroidManagedAppProtectionsResponse ¶
type AndroidManagedAppProtectionsResponse struct {
// contains filtered or unexported fields
}
func NewAndroidManagedAppProtectionsResponse ¶
func NewAndroidManagedAppProtectionsResponse() *AndroidManagedAppProtectionsResponse
Instantiates a new androidManagedAppProtectionsResponse and sets the default values.
func (*AndroidManagedAppProtectionsResponse) GetAdditionalData ¶
func (m *AndroidManagedAppProtectionsResponse) GetAdditionalData() map[string]interface{}
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 (*AndroidManagedAppProtectionsResponse) GetFieldDeserializers ¶
func (m *AndroidManagedAppProtectionsResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*AndroidManagedAppProtectionsResponse) GetNextLink ¶
func (m *AndroidManagedAppProtectionsResponse) GetNextLink() *string
Gets the nextLink property value.
func (*AndroidManagedAppProtectionsResponse) GetValue ¶
func (m *AndroidManagedAppProtectionsResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AndroidManagedAppProtection
Gets the value property value.
func (*AndroidManagedAppProtectionsResponse) IsNil ¶
func (m *AndroidManagedAppProtectionsResponse) IsNil() bool
func (*AndroidManagedAppProtectionsResponse) Serialize ¶
func (m *AndroidManagedAppProtectionsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*AndroidManagedAppProtectionsResponse) SetAdditionalData ¶
func (m *AndroidManagedAppProtectionsResponse) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*AndroidManagedAppProtectionsResponse) SetNextLink ¶
func (m *AndroidManagedAppProtectionsResponse) SetNextLink(value *string)
Sets the nextLink property value. Parameters:
- value : Value to set for the nextLink property.
func (*AndroidManagedAppProtectionsResponse) SetValue ¶
func (m *AndroidManagedAppProtectionsResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AndroidManagedAppProtection)
Sets the value property value. Parameters:
- value : Value to set for the value property.