ApiKeySpecEntity Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. ApiKeySpecEntity
- com.
Implements
public final class ApiKeySpecEntity
implements JsonSerializable<ApiKeySpecEntity>
Spec of the API Key record.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: The description of the API Key. |
|
static
Api |
fromJson(JsonReader jsonReader)
Reads an instance of Api |
| String |
name()
Get the name property: The name of the API Key. |
|
Api |
owner()
Get the owner property: Specification of the cluster. |
|
Api |
resource()
Get the resource property: Specification of the cluster. |
| String |
secret()
Get the secret property: API Key Secret. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
description
public String description()
Get the description property: The description of the API Key.
Returns:
fromJson
public static ApiKeySpecEntity fromJson(JsonReader jsonReader)
Reads an instance of ApiKeySpecEntity from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the API Key.
Returns:
owner
public ApiKeyOwnerEntity owner()
Get the owner property: Specification of the cluster.
Returns:
resource
public ApiKeyResourceEntity resource()
Get the resource property: Specification of the cluster.
Returns:
secret
public String secret()
Get the secret property: API Key Secret.
Returns: