Documentation
¶
Index ¶
- func CreateKeyCredentialRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type AddKeyRequestBuilder
- type AddKeyRequestBuilderPostOptions
- type KeyCredentialRequestBody
- func (m *KeyCredentialRequestBody) GetAdditionalData() map[string]interface{}
- func (m *KeyCredentialRequestBody) GetFieldDeserializers() ...
- func (m *KeyCredentialRequestBody) GetKeyCredential() ...
- func (m *KeyCredentialRequestBody) GetPasswordCredential() ...
- func (m *KeyCredentialRequestBody) GetProof() *string
- func (m *KeyCredentialRequestBody) Serialize(...) error
- func (m *KeyCredentialRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *KeyCredentialRequestBody) SetKeyCredential(...)
- func (m *KeyCredentialRequestBody) SetPasswordCredential(...)
- func (m *KeyCredentialRequestBody) SetProof(value *string)
- type KeyCredentialRequestBodyable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateKeyCredentialRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateKeyCredentialRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateKeyCredentialRequestBodyFromDiscriminatorValue 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(options *AddKeyRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action addKey
func (*AddKeyRequestBuilder) Post ¶
func (m *AddKeyRequestBuilder) Post(options *AddKeyRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.KeyCredentialable, error)
Post invoke action addKey
type AddKeyRequestBuilderPostOptions ¶
type AddKeyRequestBuilderPostOptions struct {
//
Body KeyCredentialRequestBodyable
// 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
}
AddKeyRequestBuilderPostOptions options for Post
type KeyCredentialRequestBody ¶
type KeyCredentialRequestBody struct {
// contains filtered or unexported fields
}
KeyCredentialRequestBody provides operations to call the addKey method.
func NewKeyCredentialRequestBody ¶
func NewKeyCredentialRequestBody() *KeyCredentialRequestBody
NewKeyCredentialRequestBody instantiates a new KeyCredentialRequestBody and sets the default values.
func (*KeyCredentialRequestBody) GetAdditionalData ¶
func (m *KeyCredentialRequestBody) 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 (*KeyCredentialRequestBody) GetFieldDeserializers ¶
func (m *KeyCredentialRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*KeyCredentialRequestBody) GetKeyCredential ¶
func (m *KeyCredentialRequestBody) GetKeyCredential() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.KeyCredentialable
GetKeyCredential gets the keyCredential property value. The keyCredential property
func (*KeyCredentialRequestBody) GetPasswordCredential ¶
func (m *KeyCredentialRequestBody) GetPasswordCredential() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordCredentialable
GetPasswordCredential gets the passwordCredential property value. The passwordCredential property
func (*KeyCredentialRequestBody) GetProof ¶
func (m *KeyCredentialRequestBody) GetProof() *string
GetProof gets the proof property value. The proof property
func (*KeyCredentialRequestBody) Serialize ¶
func (m *KeyCredentialRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*KeyCredentialRequestBody) SetAdditionalData ¶
func (m *KeyCredentialRequestBody) 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 (*KeyCredentialRequestBody) SetKeyCredential ¶
func (m *KeyCredentialRequestBody) SetKeyCredential(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.KeyCredentialable)
SetKeyCredential sets the keyCredential property value. The keyCredential property
func (*KeyCredentialRequestBody) SetPasswordCredential ¶
func (m *KeyCredentialRequestBody) SetPasswordCredential(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordCredentialable)
SetPasswordCredential sets the passwordCredential property value. The passwordCredential property
func (*KeyCredentialRequestBody) SetProof ¶
func (m *KeyCredentialRequestBody) SetProof(value *string)
SetProof sets the proof property value. The proof property
type KeyCredentialRequestBodyable ¶ added in v0.13.0
type KeyCredentialRequestBodyable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetKeyCredential() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.KeyCredentialable
GetPasswordCredential() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordCredentialable
GetProof() *string
SetKeyCredential(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.KeyCredentialable)
SetPasswordCredential(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordCredentialable)
SetProof(value *string)
}
KeyCredentialRequestBodyable