Documentation
¶
Index ¶
- func CreateGetManagedAppPoliciesResponseFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type GetManagedAppPoliciesRequestBuilder
- type GetManagedAppPoliciesRequestBuilderGetOptions
- type GetManagedAppPoliciesResponse
- func (m *GetManagedAppPoliciesResponse) GetAdditionalData() map[string]interface{}
- func (m *GetManagedAppPoliciesResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetManagedAppPoliciesResponse) GetValue() ...
- func (m *GetManagedAppPoliciesResponse) Serialize(...) error
- func (m *GetManagedAppPoliciesResponse) SetAdditionalData(value map[string]interface{})
- func (m *GetManagedAppPoliciesResponse) SetValue(...)
- type GetManagedAppPoliciesResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetManagedAppPoliciesResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetManagedAppPoliciesResponseFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateGetManagedAppPoliciesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetManagedAppPoliciesRequestBuilder ¶
type GetManagedAppPoliciesRequestBuilder struct {
// contains filtered or unexported fields
}
GetManagedAppPoliciesRequestBuilder provides operations to call the getManagedAppPolicies method.
func NewGetManagedAppPoliciesRequestBuilder ¶
func NewGetManagedAppPoliciesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetManagedAppPoliciesRequestBuilder
NewGetManagedAppPoliciesRequestBuilder instantiates a new GetManagedAppPoliciesRequestBuilder and sets the default values.
func NewGetManagedAppPoliciesRequestBuilderInternal ¶
func NewGetManagedAppPoliciesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetManagedAppPoliciesRequestBuilder
NewGetManagedAppPoliciesRequestBuilderInternal instantiates a new GetManagedAppPoliciesRequestBuilder and sets the default values.
func (*GetManagedAppPoliciesRequestBuilder) CreateGetRequestInformation ¶
func (m *GetManagedAppPoliciesRequestBuilder) CreateGetRequestInformation(options *GetManagedAppPoliciesRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation gets app restrictions for a given user.
func (*GetManagedAppPoliciesRequestBuilder) Get ¶
func (m *GetManagedAppPoliciesRequestBuilder) Get(options *GetManagedAppPoliciesRequestBuilderGetOptions) (GetManagedAppPoliciesResponseable, error)
Get gets app restrictions for a given user.
type GetManagedAppPoliciesRequestBuilderGetOptions ¶
type GetManagedAppPoliciesRequestBuilderGetOptions 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
}
GetManagedAppPoliciesRequestBuilderGetOptions options for Get
type GetManagedAppPoliciesResponse ¶ added in v0.13.0
type GetManagedAppPoliciesResponse struct {
// contains filtered or unexported fields
}
GetManagedAppPoliciesResponse provides operations to call the getManagedAppPolicies method.
func NewGetManagedAppPoliciesResponse ¶ added in v0.13.0
func NewGetManagedAppPoliciesResponse() *GetManagedAppPoliciesResponse
NewGetManagedAppPoliciesResponse instantiates a new getManagedAppPoliciesResponse and sets the default values.
func (*GetManagedAppPoliciesResponse) GetAdditionalData ¶ added in v0.13.0
func (m *GetManagedAppPoliciesResponse) 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 (*GetManagedAppPoliciesResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *GetManagedAppPoliciesResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetManagedAppPoliciesResponse) GetValue ¶ added in v0.13.0
func (m *GetManagedAppPoliciesResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ManagedAppPolicyable
GetValue gets the value property value.
func (*GetManagedAppPoliciesResponse) Serialize ¶ added in v0.13.0
func (m *GetManagedAppPoliciesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetManagedAppPoliciesResponse) SetAdditionalData ¶ added in v0.13.0
func (m *GetManagedAppPoliciesResponse) 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 (*GetManagedAppPoliciesResponse) SetValue ¶ added in v0.13.0
func (m *GetManagedAppPoliciesResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ManagedAppPolicyable)
SetValue sets the value property value.
type GetManagedAppPoliciesResponseable ¶ added in v0.13.0
type GetManagedAppPoliciesResponseable interface {
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable
GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ManagedAppPolicyable
SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ManagedAppPolicyable)
}
GetManagedAppPoliciesResponseable