List Integration Account Key Vault Keys Result
    data class ListIntegrationAccountKeyVaultKeysResult(val skipToken: String? = null, val value: List<KeyVaultKeyResponse>? = null)
Collection of key vault keys.
Constructors
Link copied to clipboard
                fun ListIntegrationAccountKeyVaultKeysResult(skipToken: String? = null, value: List<KeyVaultKeyResponse>? = null)