Documentation ¶
Index ¶
- func CreateKeyCredentialPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type AddKeyRequestBuilder
- func (m *AddKeyRequestBuilder) CreatePostRequestInformation(body KeyCredentialPostRequestBodyable) (...)
- func (m *AddKeyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body KeyCredentialPostRequestBodyable, ...) (...)
- func (m *AddKeyRequestBuilder) Post(ctx context.Context, 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 ¶ added in v0.24.0
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 ¶ added in v0.22.0
func (m *AddKeyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body KeyCredentialPostRequestBodyable, requestConfiguration *AddKeyRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action addKey
func (*AddKeyRequestBuilder) Post ¶
func (m *AddKeyRequestBuilder) Post(ctx context.Context, body KeyCredentialPostRequestBodyable, requestConfiguration *AddKeyRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.KeyCredentialable, error)
Post invoke action addKey
type AddKeyRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
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 ¶ added in v0.24.0
type KeyCredentialPostRequestBody struct {
// contains filtered or unexported fields
}
KeyCredentialPostRequestBody provides operations to call the addKey method.
func NewKeyCredentialPostRequestBody ¶ added in v0.24.0
func NewKeyCredentialPostRequestBody() *KeyCredentialPostRequestBody
NewKeyCredentialPostRequestBody instantiates a new KeyCredentialPostRequestBody and sets the default values.
func (*KeyCredentialPostRequestBody) GetAdditionalData ¶ added in v0.24.0
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 ¶ added in v0.24.0
func (m *KeyCredentialPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*KeyCredentialPostRequestBody) GetKeyCredential ¶ added in v0.24.0
func (m *KeyCredentialPostRequestBody) GetKeyCredential() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.KeyCredentialable
GetKeyCredential gets the keyCredential property value. The keyCredential property
func (*KeyCredentialPostRequestBody) GetPasswordCredential ¶ added in v0.24.0
func (m *KeyCredentialPostRequestBody) GetPasswordCredential() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordCredentialable
GetPasswordCredential gets the passwordCredential property value. The passwordCredential property
func (*KeyCredentialPostRequestBody) GetProof ¶ added in v0.24.0
func (m *KeyCredentialPostRequestBody) GetProof() *string
GetProof gets the proof property value. The proof property
func (*KeyCredentialPostRequestBody) Serialize ¶ added in v0.24.0
func (m *KeyCredentialPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*KeyCredentialPostRequestBody) SetAdditionalData ¶ added in v0.24.0
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 ¶ added in v0.24.0
func (m *KeyCredentialPostRequestBody) SetKeyCredential(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.KeyCredentialable)
SetKeyCredential sets the keyCredential property value. The keyCredential property
func (*KeyCredentialPostRequestBody) SetPasswordCredential ¶ added in v0.24.0
func (m *KeyCredentialPostRequestBody) SetPasswordCredential(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordCredentialable)
SetPasswordCredential sets the passwordCredential property value. The passwordCredential property
func (*KeyCredentialPostRequestBody) SetProof ¶ added in v0.24.0
func (m *KeyCredentialPostRequestBody) SetProof(value *string)
SetProof sets the proof property value. The proof property
type KeyCredentialPostRequestBodyable ¶ added in v0.24.0
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