Documentation ¶
Index ¶
- func CreateGetManagedAppPoliciesResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetManagedAppPoliciesRequestBuilder
- type GetManagedAppPoliciesRequestBuilderGetOptions
- type GetManagedAppPoliciesResponse
- func (m *GetManagedAppPoliciesResponse) GetAdditionalData() map[string]interface{}
- func (m *GetManagedAppPoliciesResponse) GetFieldDeserializers() ...
- 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 ¶
func CreateGetManagedAppPoliciesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetManagedAppPoliciesRequestBuilder
NewGetManagedAppPoliciesRequestBuilder instantiates a new GetManagedAppPoliciesRequestBuilder and sets the default values.
func NewGetManagedAppPoliciesRequestBuilderInternal ¶
func NewGetManagedAppPoliciesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetManagedAppPoliciesRequestBuilder
NewGetManagedAppPoliciesRequestBuilderInternal instantiates a new GetManagedAppPoliciesRequestBuilder and sets the default values.
func (*GetManagedAppPoliciesRequestBuilder) CreateGetRequestInformation ¶
func (m *GetManagedAppPoliciesRequestBuilder) CreateGetRequestInformation(options *GetManagedAppPoliciesRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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 Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
GetManagedAppPoliciesRequestBuilderGetOptions options for Get
type GetManagedAppPoliciesResponse ¶
type GetManagedAppPoliciesResponse struct {
// contains filtered or unexported fields
}
GetManagedAppPoliciesResponse provides operations to call the getManagedAppPolicies method.
func NewGetManagedAppPoliciesResponse ¶
func NewGetManagedAppPoliciesResponse() *GetManagedAppPoliciesResponse
NewGetManagedAppPoliciesResponse instantiates a new getManagedAppPoliciesResponse and sets the default values.
func (*GetManagedAppPoliciesResponse) GetAdditionalData ¶
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 ¶
func (m *GetManagedAppPoliciesResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetManagedAppPoliciesResponse) GetValue ¶
func (m *GetManagedAppPoliciesResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedAppPolicyable
GetValue gets the value property value. The value property
func (*GetManagedAppPoliciesResponse) Serialize ¶
func (m *GetManagedAppPoliciesResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetManagedAppPoliciesResponse) SetAdditionalData ¶
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 ¶
func (m *GetManagedAppPoliciesResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedAppPolicyable)
SetValue sets the value property value. The value property
type GetManagedAppPoliciesResponseable ¶
type GetManagedAppPoliciesResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedAppPolicyable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedAppPolicyable) }
GetManagedAppPoliciesResponseable