Bagikan melalui


RawValueSecretInfo Class

Definition

The secret info when type is rawValue. It's for scenarios that user input the secret.

public class RawValueSecretInfo : Azure.ResourceManager.ServiceLinker.Models.SecretBaseInfo
type RawValueSecretInfo = class
    inherit SecretBaseInfo
Public Class RawValueSecretInfo
Inherits SecretBaseInfo
Inheritance
RawValueSecretInfo

Constructors

RawValueSecretInfo()

Initializes a new instance of RawValueSecretInfo.

Properties

Value

The actual value of the secret.

Applies to