SecretBase Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. SecretBase
- com.
Implements
public class SecretBase
implements JsonSerializable<SecretBase>
The base definition of a secret type.
Constructor Summary
| Constructor | Description |
|---|---|
| SecretBase() |
Creates an instance of Secret |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Secret |
fromJson(JsonReader jsonReader)
Reads an instance of Secret |
| String |
getType()
Get the type property: Type of the secret. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
SecretBase
public SecretBase()
Creates an instance of SecretBase class.
Method Details
fromJson
public static SecretBase fromJson(JsonReader jsonReader)
Reads an instance of SecretBase from the JsonReader.
Parameters:
Returns:
Throws:
getType
public String getType()
Get the type property: Type of the secret.
Returns: