Documentation ¶
Index ¶
- func CreateKeyCredentialPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type AddKeyRequestBuilder
- func (m *AddKeyRequestBuilder) CreatePostRequestInformation(body KeyCredentialPostRequestBodyable) (...)
- func (m *AddKeyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body KeyCredentialPostRequestBodyable, ...) (...)
- func (m *AddKeyRequestBuilder) Post(body KeyCredentialPostRequestBodyable) (...)
- func (m *AddKeyRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body KeyCredentialPostRequestBodyable, ...) (...)
- type AddKeyRequestBuilderPostRequestConfiguration
- type KeyCredentialPostRequestBody
- func (m *KeyCredentialPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *KeyCredentialPostRequestBody) GetFieldDeserializers() ...
- func (m *KeyCredentialPostRequestBody) GetKeyCredential() ...
- func (m *KeyCredentialPostRequestBody) GetPasswordCredential() ...
- func (m *KeyCredentialPostRequestBody) GetProof() *string
- func (m *KeyCredentialPostRequestBody) Serialize(...) error
- func (m *KeyCredentialPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *KeyCredentialPostRequestBody) SetKeyCredential(...)
- func (m *KeyCredentialPostRequestBody) SetPasswordCredential(...)
- func (m *KeyCredentialPostRequestBody) SetProof(value *string)
- type KeyCredentialPostRequestBodyable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateKeyCredentialPostRequestBodyFromDiscriminatorValue ¶
func CreateKeyCredentialPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateKeyCredentialPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type AddKeyRequestBuilder ¶
type AddKeyRequestBuilder struct {
// contains filtered or unexported fields
}
AddKeyRequestBuilder provides operations to call the addKey method.
func NewAddKeyRequestBuilder ¶
func NewAddKeyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AddKeyRequestBuilder
NewAddKeyRequestBuilder instantiates a new AddKeyRequestBuilder and sets the default values.
func NewAddKeyRequestBuilderInternal ¶
func NewAddKeyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AddKeyRequestBuilder
NewAddKeyRequestBuilderInternal instantiates a new AddKeyRequestBuilder and sets the default values.
func (*AddKeyRequestBuilder) CreatePostRequestInformation ¶
func (m *AddKeyRequestBuilder) CreatePostRequestInformation(body KeyCredentialPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action addKey
func (*AddKeyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶
func (m *AddKeyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body KeyCredentialPostRequestBodyable, requestConfiguration *AddKeyRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action addKey
func (*AddKeyRequestBuilder) Post ¶
func (m *AddKeyRequestBuilder) Post(body KeyCredentialPostRequestBodyable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.KeyCredentialable, error)
Post invoke action addKey
func (*AddKeyRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶
func (m *AddKeyRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body KeyCredentialPostRequestBodyable, requestConfiguration *AddKeyRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.KeyCredentialable, error)
PostWithRequestConfigurationAndResponseHandler invoke action addKey
type AddKeyRequestBuilderPostRequestConfiguration ¶
type AddKeyRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AddKeyRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type KeyCredentialPostRequestBody ¶
type KeyCredentialPostRequestBody struct {
// contains filtered or unexported fields
}
KeyCredentialPostRequestBody provides operations to call the addKey method.
func NewKeyCredentialPostRequestBody ¶
func NewKeyCredentialPostRequestBody() *KeyCredentialPostRequestBody
NewKeyCredentialPostRequestBody instantiates a new KeyCredentialPostRequestBody and sets the default values.
func (*KeyCredentialPostRequestBody) GetAdditionalData ¶
func (m *KeyCredentialPostRequestBody) 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 (*KeyCredentialPostRequestBody) GetFieldDeserializers ¶
func (m *KeyCredentialPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*KeyCredentialPostRequestBody) GetKeyCredential ¶
func (m *KeyCredentialPostRequestBody) GetKeyCredential() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.KeyCredentialable
GetKeyCredential gets the keyCredential property value. The keyCredential property
func (*KeyCredentialPostRequestBody) GetPasswordCredential ¶
func (m *KeyCredentialPostRequestBody) GetPasswordCredential() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordCredentialable
GetPasswordCredential gets the passwordCredential property value. The passwordCredential property
func (*KeyCredentialPostRequestBody) GetProof ¶
func (m *KeyCredentialPostRequestBody) GetProof() *string
GetProof gets the proof property value. The proof property
func (*KeyCredentialPostRequestBody) Serialize ¶
func (m *KeyCredentialPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*KeyCredentialPostRequestBody) SetAdditionalData ¶
func (m *KeyCredentialPostRequestBody) 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 (*KeyCredentialPostRequestBody) SetKeyCredential ¶
func (m *KeyCredentialPostRequestBody) SetKeyCredential(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.KeyCredentialable)
SetKeyCredential sets the keyCredential property value. The keyCredential property
func (*KeyCredentialPostRequestBody) SetPasswordCredential ¶
func (m *KeyCredentialPostRequestBody) SetPasswordCredential(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordCredentialable)
SetPasswordCredential sets the passwordCredential property value. The passwordCredential property
func (*KeyCredentialPostRequestBody) SetProof ¶
func (m *KeyCredentialPostRequestBody) SetProof(value *string)
SetProof sets the proof property value. The proof property
type KeyCredentialPostRequestBodyable ¶
type KeyCredentialPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetKeyCredential() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.KeyCredentialable GetPasswordCredential() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordCredentialable GetProof() *string SetKeyCredential(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.KeyCredentialable) SetPasswordCredential(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordCredentialable) SetProof(value *string) }
KeyCredentialPostRequestBodyable