SecretArchiveSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SecretArchiveSettings represents the settings for the secret archive used to hold credentials for the cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.SecretArchiveSettingsTypeConverter))]
public class SecretArchiveSettings : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISecretArchiveSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.SecretArchiveSettingsTypeConverter))>]
type SecretArchiveSettings = class
interface ISecretArchiveSettings
interface IJsonSerializable
Public Class SecretArchiveSettings
Implements ISecretArchiveSettings
- Inheritance
-
SecretArchiveSettings
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SecretArchiveSettings() |
Creates an new SecretArchiveSettings instance. |
Properties
| Name | Description |
|---|---|
| AssociatedIdentityType |
The type of managed identity that is being selected. |
| AssociatedIdentityUserAssignedIdentityResourceId |
The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type. |
| VaultUri |
The URI for the key vault used as the secret archive. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SecretArchiveSettings. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SecretArchiveSettings. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISecretArchiveSettings. |
| FromJsonString(String) |
Creates a new instance of SecretArchiveSettings, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SecretArchiveSettings into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |