ApiKeyResourceEntity Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. ApiKeyResourceEntity
- com.
Implements
public final class ApiKeyResourceEntity
implements JsonSerializable<ApiKeyResourceEntity>
API Key Resource details which can be kafka cluster or schema registry cluster.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
environment()
Get the environment property: The environment of the api key. |
|
static
Api |
fromJson(JsonReader jsonReader)
Reads an instance of Api |
| String |
id()
Get the id property: Id of the resource. |
| String |
kind()
Get the kind property: Type of the owner which can be service or user account. |
| String |
related()
Get the related property: API URL for accessing or modifying the api key resource object. |
| String |
resourceName()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
environment
public String environment()
Get the environment property: The environment of the api key.
Returns:
fromJson
public static ApiKeyResourceEntity fromJson(JsonReader jsonReader)
Reads an instance of ApiKeyResourceEntity from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Id of the resource.
Returns:
kind
public String kind()
Get the kind property: Type of the owner which can be service or user account.
Returns:
related
public String related()
Get the related property: API URL for accessing or modifying the api key resource object.
Returns:
resourceName
public String resourceName()
Get the resourceName property: CRN reference to the referred resource.
Returns: