Interface KeyVaultKey


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

    Modifier and Type
    Method
    Description
    Gets the attributes property: The key attributes.
    Gets the inner com.azure.resourcemanager.logic.fluent.models.KeyVaultKeyInner object.
    kid()
    Gets the kid property: The key id.
  • Method Details

    • kid

      String kid()
      Gets the kid property: The key id.
      Returns:
      the kid value.
    • attributes

      KeyVaultKeyAttributes attributes()
      Gets the attributes property: The key attributes.
      Returns:
      the attributes value.
    • innerModel

      KeyVaultKeyInner innerModel()
      Gets the inner com.azure.resourcemanager.logic.fluent.models.KeyVaultKeyInner object.
      Returns:
      the inner object.