Documentation ¶
Index ¶
- func CreateRemovePasswordPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type RemovePasswordPostRequestBody
- func (m *RemovePasswordPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *RemovePasswordPostRequestBody) GetFieldDeserializers() ...
- func (m *RemovePasswordPostRequestBody) GetKeyId() *string
- func (m *RemovePasswordPostRequestBody) Serialize(...) error
- func (m *RemovePasswordPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *RemovePasswordPostRequestBody) SetKeyId(value *string)
- type RemovePasswordPostRequestBodyable
- type RemovePasswordRequestBuilder
- func (m *RemovePasswordRequestBuilder) CreatePostRequestInformation(body RemovePasswordPostRequestBodyable) (...)
- func (m *RemovePasswordRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body RemovePasswordPostRequestBodyable, ...) (...)
- func (m *RemovePasswordRequestBuilder) Post(body RemovePasswordPostRequestBodyable) error
- func (m *RemovePasswordRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body RemovePasswordPostRequestBodyable, ...) error
- type RemovePasswordRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRemovePasswordPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateRemovePasswordPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateRemovePasswordPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type RemovePasswordPostRequestBody ¶ added in v0.24.0
type RemovePasswordPostRequestBody struct {
// contains filtered or unexported fields
}
RemovePasswordPostRequestBody provides operations to call the removePassword method.
func NewRemovePasswordPostRequestBody ¶ added in v0.24.0
func NewRemovePasswordPostRequestBody() *RemovePasswordPostRequestBody
NewRemovePasswordPostRequestBody instantiates a new removePasswordPostRequestBody and sets the default values.
func (*RemovePasswordPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *RemovePasswordPostRequestBody) 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 (*RemovePasswordPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *RemovePasswordPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RemovePasswordPostRequestBody) GetKeyId ¶ added in v0.24.0
func (m *RemovePasswordPostRequestBody) GetKeyId() *string
GetKeyId gets the keyId property value. The keyId property
func (*RemovePasswordPostRequestBody) Serialize ¶ added in v0.24.0
func (m *RemovePasswordPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*RemovePasswordPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *RemovePasswordPostRequestBody) 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 (*RemovePasswordPostRequestBody) SetKeyId ¶ added in v0.24.0
func (m *RemovePasswordPostRequestBody) SetKeyId(value *string)
SetKeyId sets the keyId property value. The keyId property
type RemovePasswordPostRequestBodyable ¶ added in v0.24.0
type RemovePasswordPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetKeyId() *string SetKeyId(value *string) }
RemovePasswordPostRequestBodyable
type RemovePasswordRequestBuilder ¶
type RemovePasswordRequestBuilder struct {
// contains filtered or unexported fields
}
RemovePasswordRequestBuilder provides operations to call the removePassword method.
func NewRemovePasswordRequestBuilder ¶
func NewRemovePasswordRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RemovePasswordRequestBuilder
NewRemovePasswordRequestBuilder instantiates a new RemovePasswordRequestBuilder and sets the default values.
func NewRemovePasswordRequestBuilderInternal ¶
func NewRemovePasswordRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RemovePasswordRequestBuilder
NewRemovePasswordRequestBuilderInternal instantiates a new RemovePasswordRequestBuilder and sets the default values.
func (*RemovePasswordRequestBuilder) CreatePostRequestInformation ¶
func (m *RemovePasswordRequestBuilder) CreatePostRequestInformation(body RemovePasswordPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action removePassword
func (*RemovePasswordRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *RemovePasswordRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body RemovePasswordPostRequestBodyable, requestConfiguration *RemovePasswordRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action removePassword
func (*RemovePasswordRequestBuilder) Post ¶
func (m *RemovePasswordRequestBuilder) Post(body RemovePasswordPostRequestBodyable) error
Post invoke action removePassword
func (*RemovePasswordRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *RemovePasswordRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body RemovePasswordPostRequestBodyable, requestConfiguration *RemovePasswordRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PostWithRequestConfigurationAndResponseHandler invoke action removePassword
type RemovePasswordRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type RemovePasswordRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
RemovePasswordRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.