private KeyVaultAndKeyReferenceResponse( string keyUrl, Outputs.SourceVaultResponse sourceVault) { KeyUrl = keyUrl; SourceVault = sourceVault; }
private KeyVaultAndSecretReferenceResponse( string secretUrl, Outputs.SourceVaultResponse sourceVault) { SecretUrl = secretUrl; SourceVault = sourceVault; }