Share via


SecretStoreBasedAuthCredentials Class

Definition

Secret store based authentication credentials.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.SecretStoreBasedAuthCredentialsTypeConverter))]
public class SecretStoreBasedAuthCredentials : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISecretStoreBasedAuthCredentials, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.SecretStoreBasedAuthCredentialsTypeConverter))>]
type SecretStoreBasedAuthCredentials = class
    interface ISecretStoreBasedAuthCredentials
    interface IJsonSerializable
    interface IAuthCredentials
    interface IValidates
Public Class SecretStoreBasedAuthCredentials
Implements ISecretStoreBasedAuthCredentials, IValidates
Inheritance
SecretStoreBasedAuthCredentials
Attributes
Implements

Constructors

SecretStoreBasedAuthCredentials()

Creates an new SecretStoreBasedAuthCredentials instance.

Properties

ObjectType

Type of the specific object - used for deserializing

SecretStoreResource

Secret store resource

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SecretStoreBasedAuthCredentials.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SecretStoreBasedAuthCredentials.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISecretStoreBasedAuthCredentials.

FromJsonString(String)

Creates a new instance of SecretStoreBasedAuthCredentials, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SecretStoreBasedAuthCredentials into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to