azure_key_vault_secret

attributes

タイプ: STRUCT
プロバイダー名: properties.attributes
説明: シークレットの属性。

  • created
    タイプ: INT64
    Provider name: created
    Description: Creation time in seconds since 1970-01-01T00:00:00Z.
  • enabled
    タイプ: BOOLEAN
    プロバイダー名: enabled
    説明: オブジェクトが有効であるかどうかを判断します。
  • exp
    タイプ: INT64
    Provider name: exp
    Description: Expiry date in seconds since 1970-01-01T00:00:00Z.
  • nbf
    タイプ: INT64
    Provider name: nbf
    Description: Not before date in seconds since 1970-01-01T00:00:00Z.
  • updated
    タイプ: INT64
    Provider name: updated
    Description: Last updated time in seconds since 1970-01-01T00:00:00Z.

content_type

タイプ: STRING
プロバイダー名: properties.contentType
説明: シークレットのコンテンツタイプ。

id

タイプ: STRING
プロバイダー名: id
Description: Fully qualified identifier of the key vault resource.

location

タイプ: STRING
プロバイダー名: location
Description: Azure location of the key vault resource.

name

タイプ: STRING
プロバイダー名: name
Description: Name of the key vault resource.

resource_group

タイプ: STRING

secret_uri

タイプ: STRING
プロバイダー名: properties.secretUri
説明: シークレットの現在のバージョンを取得するための URI。

secret_uri_with_version

タイプ: STRING
プロバイダー名: properties.secretUriWithVersion
説明: シークレットの特定のバージョンを取得するための URI。

subscription_id

タイプ: STRING

subscription_name

タイプ: STRING

tags

タイプ: UNORDERED_LIST_STRING

type

タイプ: STRING
プロバイダー名: type
Description: Resource type of the key vault resource.

value

タイプ: STRING
Provider name: properties.value
説明: シークレットの値。注: このモデルを使用している API は ARM デプロイでの内部利用を目的としているため、サービスから ‘value’ が返されることはありません。Vault シークレットに対する操作には、データプレーン REST サービスを使用する必要があります。