예제 #1
0
        private KeyVaultAndKeyReferenceResponse(
            string keyUrl,

            Outputs.SourceVaultResponse sourceVault)
        {
            KeyUrl      = keyUrl;
            SourceVault = sourceVault;
        }
예제 #2
0
        private KeyVaultAndSecretReferenceResponse(
            string secretUrl,

            Outputs.SourceVaultResponse sourceVault)
        {
            SecretUrl   = secretUrl;
            SourceVault = sourceVault;
        }