ApiKeyRecord Interface
public interface ApiKeyRecord
An immutable client-side representation of ApiKeyRecord.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
id()
Gets the id property: Id of the api key. |
|
abstract
Api |
innerModel()
Gets the inner com. |
| abstract String |
kind()
Gets the kind property: Type of api key. |
|
abstract
SCMetadata |
metadata()
Gets the metadata property: Metadata of the record. |
|
abstract
Api |
spec()
Gets the spec property: Specification of the API Key. |
Method Details
id
public abstract String id()
Gets the id property: Id of the api key.
Returns:
innerModel
public abstract ApiKeyRecordInner innerModel()
Gets the inner com.azure.resourcemanager.confluent.fluent.models.ApiKeyRecordInner object.
Returns:
kind
public abstract String kind()
Gets the kind property: Type of api key.
Returns:
metadata
public abstract SCMetadataEntity metadata()
Gets the metadata property: Metadata of the record.
Returns:
spec
public abstract ApiKeySpecEntity spec()
Gets the spec property: Specification of the API Key.
Returns: