DatadogApiKey Interface
public interface DatadogApiKey
An immutable client-side representation of DatadogApiKey.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
created()
Gets the created property: The time of creation of the API key. |
| abstract String |
createdBy()
Gets the created |
|
abstract
Datadog |
innerModel()
Gets the inner com. |
| abstract String |
key()
Gets the key property: The value of the API key. |
| abstract String |
name()
Gets the name property: The name of the API key. |
Method Details
created
public abstract String created()
Gets the created property: The time of creation of the API key.
Returns:
createdBy
public abstract String createdBy()
Gets the createdBy property: The user that created the API key.
Returns:
innerModel
public abstract DatadogApiKeyInner innerModel()
Gets the inner com.azure.resourcemanager.datadog.fluent.models.DatadogApiKeyInner object.
Returns:
key
public abstract String key()
Gets the key property: The value of the API key.
Returns:
name
public abstract String name()
Gets the name property: The name of the API key.
Returns: