ServiceAccountRecord Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. ServiceAccountRecord
- com.
Implements
public final class ServiceAccountRecord
implements JsonSerializable<ServiceAccountRecord>
Record of the service account.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: Description of the service account. |
| String |
displayName()
Get the display |
|
static
Service |
fromJson(JsonReader jsonReader)
Reads an instance of Service |
| String |
id()
Get the id property: Id of the service account. |
| String |
kind()
Get the kind property: Type of account. |
|
Metadata |
metadata()
Get the metadata property: Metadata of the record. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
description
public String description()
Get the description property: Description of the service account.
Returns:
displayName
public String displayName()
Get the displayName property: Name of the service account.
Returns:
fromJson
public static ServiceAccountRecord fromJson(JsonReader jsonReader)
Reads an instance of ServiceAccountRecord from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Id of the service account.
Returns:
kind
public String kind()
Get the kind property: Type of account.
Returns:
metadata
public MetadataEntity metadata()
Get the metadata property: Metadata of the record.
Returns: