Interface DatadogApiKey


public interface DatadogApiKey
An immutable client-side representation of DatadogApiKey.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the created property: The time of creation of the API key.
    Gets the createdBy property: The user that created the API key.
    Gets the inner com.azure.resourcemanager.datadog.fluent.models.DatadogApiKeyInner object.
    key()
    Gets the key property: The value of the API key.
    Gets the name property: The name of the API key.
  • Method Details

    • createdBy

      String createdBy()
      Gets the createdBy property: The user that created the API key.
      Returns:
      the createdBy value.
    • name

      String name()
      Gets the name property: The name of the API key.
      Returns:
      the name value.
    • key

      String key()
      Gets the key property: The value of the API key.
      Returns:
      the key value.
    • created

      String created()
      Gets the created property: The time of creation of the API key.
      Returns:
      the created value.
    • innerModel

      DatadogApiKeyInner innerModel()
      Gets the inner com.azure.resourcemanager.datadog.fluent.models.DatadogApiKeyInner object.
      Returns:
      the inner object.