DaprSecret Class
- java.
lang. Object - com.
azure. resourcemanager. appcontainers. models. DaprSecret
- com.
Implements
public final class DaprSecret
implements JsonSerializable<DaprSecret>
Dapr component Secret for ListSecrets Action.
Constructor Summary
| Constructor | Description |
|---|---|
| DaprSecret() |
Creates an instance of Dapr |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dapr |
fromJson(JsonReader jsonReader)
Reads an instance of Dapr |
| String |
name()
Get the name property: Secret Name. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
value()
Get the value property: Secret Value. |
Methods inherited from java.lang.Object
Constructor Details
DaprSecret
public DaprSecret()
Creates an instance of DaprSecret class.
Method Details
fromJson
public static DaprSecret fromJson(JsonReader jsonReader)
Reads an instance of DaprSecret from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Secret Name.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: Secret Value.
Returns: