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 createdBy property: The user that created the API key.

abstract DatadogApiKeyInner innerModel()

Gets the inner com.azure.resourcemanager.datadog.fluent.models.DatadogApiKeyInner object.

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:

the created value.

createdBy

public abstract String createdBy()

Gets the createdBy property: The user that created the API key.

Returns:

the createdBy value.

innerModel

public abstract DatadogApiKeyInner innerModel()

Gets the inner com.azure.resourcemanager.datadog.fluent.models.DatadogApiKeyInner object.

Returns:

the inner object.

key

public abstract String key()

Gets the key property: The value of the API key.

Returns:

the key value.

name

public abstract String name()

Gets the name property: The name of the API key.

Returns:

the name value.

Applies to