Home
last modified time | relevance | path

Searched refs:encryption_scope (Results 1 – 25 of 71) sorted by relevance

123

/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/blob/v2019_07_07/
H A D_serialize.py75 return CpkScopeInfo(encryption_scope=kwargs.pop('encryption_scope'))
81 encryption_scope = kwargs.pop('container_encryption_scope', None)
82 if encryption_scope:
83 if isinstance(encryption_scope, ContainerEncryptionScope):
85 default_encryption_scope=encryption_scope.default_encryption_scope,
86 prevent_encryption_scope_override=encryption_scope.prevent_encryption_scope_override
88 if isinstance(encryption_scope, dict):
90 default_encryption_scope=encryption_scope['default_encryption_scope'],
91 … prevent_encryption_scope_override=encryption_scope.get('prevent_encryption_scope_override')
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/blob/v2019_12_12/
H A D_serialize.py93 return CpkScopeInfo(encryption_scope=kwargs.pop('encryption_scope'))
99 encryption_scope = kwargs.pop('container_encryption_scope', None)
100 if encryption_scope:
101 if isinstance(encryption_scope, ContainerEncryptionScope):
103 default_encryption_scope=encryption_scope.default_encryption_scope,
104 prevent_encryption_scope_override=encryption_scope.prevent_encryption_scope_override
106 if isinstance(encryption_scope, dict):
108 default_encryption_scope=encryption_scope['default_encryption_scope'],
109 … prevent_encryption_scope_override=encryption_scope.get('prevent_encryption_scope_override')
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/blob/v2020_04_08/
H A D_serialize.py104 return CpkScopeInfo(encryption_scope=kwargs.pop('encryption_scope'))
110 encryption_scope = kwargs.pop('container_encryption_scope', None)
111 if encryption_scope:
112 if isinstance(encryption_scope, ContainerEncryptionScope):
114 default_encryption_scope=encryption_scope.default_encryption_scope,
115 prevent_encryption_scope_override=encryption_scope.prevent_encryption_scope_override
117 if isinstance(encryption_scope, dict):
119 default_encryption_scope=encryption_scope['default_encryption_scope'],
120 … prevent_encryption_scope_override=encryption_scope.get('prevent_encryption_scope_override')
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/blob/v2020_02_10/
H A D_serialize.py103 return CpkScopeInfo(encryption_scope=kwargs.pop('encryption_scope'))
109 encryption_scope = kwargs.pop('container_encryption_scope', None)
110 if encryption_scope:
111 if isinstance(encryption_scope, ContainerEncryptionScope):
113 default_encryption_scope=encryption_scope.default_encryption_scope,
114 prevent_encryption_scope_override=encryption_scope.prevent_encryption_scope_override
116 if isinstance(encryption_scope, dict):
118 default_encryption_scope=encryption_scope['default_encryption_scope'],
119 … prevent_encryption_scope_override=encryption_scope.get('prevent_encryption_scope_override')
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/blob/v2019_12_12/_generated/operations/
H A D_block_blob_operations.py133 encryption_scope = None
135 encryption_scope = cpk_scope_info.encryption_scope
200 if encryption_scope is not None:
298 encryption_scope = None
300 encryption_scope = cpk_scope_info.encryption_scope
337 if encryption_scope is not None:
426 encryption_scope = None
428 encryption_scope = cpk_scope_info.encryption_scope
480 if encryption_scope is not None:
615 encryption_scope = None
[all …]
H A D_append_blob_operations.py119 encryption_scope = None
121 encryption_scope = cpk_scope_info.encryption_scope
181 if encryption_scope is not None:
182 …ters['x-ms-encryption-scope'] = self._serialize.header("encryption_scope", encryption_scope, 'str')
288 encryption_scope = None
290 encryption_scope = cpk_scope_info.encryption_scope
345 if encryption_scope is not None:
346 …ters['x-ms-encryption-scope'] = self._serialize.header("encryption_scope", encryption_scope, 'str')
457 encryption_scope = None
459 encryption_scope = cpk_scope_info.encryption_scope
[all …]
H A D_page_blob_operations.py132 encryption_scope = None
134 encryption_scope = cpk_scope_info.encryption_scope
199 if encryption_scope is not None:
300 encryption_scope = None
302 encryption_scope = cpk_scope_info.encryption_scope
468 encryption_scope = None
470 encryption_scope = cpk_scope_info.encryption_scope
640 encryption_scope = None
642 encryption_scope = cpk_scope_info.encryption_scope
1093 encryption_scope = None
[all …]
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/blob/v2019_07_07/_generated/operations/
H A D_block_blob_operations.py130 encryption_scope = None
132 encryption_scope = cpk_scope_info.encryption_scope
192 if encryption_scope is not None:
287 encryption_scope = None
289 encryption_scope = cpk_scope_info.encryption_scope
326 if encryption_scope is not None:
415 encryption_scope = None
417 encryption_scope = cpk_scope_info.encryption_scope
469 if encryption_scope is not None:
601 encryption_scope = None
[all …]
H A D_append_blob_operations.py118 encryption_scope = None
120 encryption_scope = cpk_scope_info.encryption_scope
175 if encryption_scope is not None:
176 …ters['x-ms-encryption-scope'] = self._serialize.header("encryption_scope", encryption_scope, 'str')
279 encryption_scope = None
281 encryption_scope = cpk_scope_info.encryption_scope
331 if encryption_scope is not None:
332 …ters['x-ms-encryption-scope'] = self._serialize.header("encryption_scope", encryption_scope, 'str')
441 encryption_scope = None
443 encryption_scope = cpk_scope_info.encryption_scope
[all …]
H A D_page_blob_operations.py129 encryption_scope = None
131 encryption_scope = cpk_scope_info.encryption_scope
191 if encryption_scope is not None:
289 encryption_scope = None
291 encryption_scope = cpk_scope_info.encryption_scope
452 encryption_scope = None
454 encryption_scope = cpk_scope_info.encryption_scope
619 encryption_scope = None
621 encryption_scope = cpk_scope_info.encryption_scope
1057 encryption_scope = None
[all …]
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/blob/v2019_12_12/_generated/aio/operations_async/
H A D_block_blob_operations_async.py133 encryption_scope = None
135 encryption_scope = cpk_scope_info.encryption_scope
200 if encryption_scope is not None:
298 encryption_scope = None
300 encryption_scope = cpk_scope_info.encryption_scope
337 if encryption_scope is not None:
426 encryption_scope = None
428 encryption_scope = cpk_scope_info.encryption_scope
480 if encryption_scope is not None:
615 encryption_scope = None
[all …]
H A D_append_blob_operations_async.py119 encryption_scope = None
121 encryption_scope = cpk_scope_info.encryption_scope
181 if encryption_scope is not None:
182 …ters['x-ms-encryption-scope'] = self._serialize.header("encryption_scope", encryption_scope, 'str')
288 encryption_scope = None
290 encryption_scope = cpk_scope_info.encryption_scope
345 if encryption_scope is not None:
346 …ters['x-ms-encryption-scope'] = self._serialize.header("encryption_scope", encryption_scope, 'str')
457 encryption_scope = None
459 encryption_scope = cpk_scope_info.encryption_scope
[all …]
H A D_page_blob_operations_async.py132 encryption_scope = None
134 encryption_scope = cpk_scope_info.encryption_scope
199 if encryption_scope is not None:
300 encryption_scope = None
302 encryption_scope = cpk_scope_info.encryption_scope
468 encryption_scope = None
470 encryption_scope = cpk_scope_info.encryption_scope
640 encryption_scope = None
642 encryption_scope = cpk_scope_info.encryption_scope
1093 encryption_scope = None
[all …]
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/blob/v2020_02_10/_generated/operations/
H A D_block_blob_operations.py133 encryption_scope = None
135 encryption_scope = cpk_scope_info.encryption_scope
200 if encryption_scope is not None:
298 encryption_scope = None
300 encryption_scope = cpk_scope_info.encryption_scope
337 if encryption_scope is not None:
426 encryption_scope = None
428 encryption_scope = cpk_scope_info.encryption_scope
480 if encryption_scope is not None:
615 encryption_scope = None
[all …]
H A D_append_blob_operations.py119 encryption_scope = None
121 encryption_scope = cpk_scope_info.encryption_scope
181 if encryption_scope is not None:
182 …ters['x-ms-encryption-scope'] = self._serialize.header("encryption_scope", encryption_scope, 'str')
288 encryption_scope = None
290 encryption_scope = cpk_scope_info.encryption_scope
345 if encryption_scope is not None:
346 …ters['x-ms-encryption-scope'] = self._serialize.header("encryption_scope", encryption_scope, 'str')
457 encryption_scope = None
459 encryption_scope = cpk_scope_info.encryption_scope
[all …]
H A D_page_blob_operations.py132 encryption_scope = None
134 encryption_scope = cpk_scope_info.encryption_scope
199 if encryption_scope is not None:
300 encryption_scope = None
302 encryption_scope = cpk_scope_info.encryption_scope
468 encryption_scope = None
470 encryption_scope = cpk_scope_info.encryption_scope
640 encryption_scope = None
642 encryption_scope = cpk_scope_info.encryption_scope
1093 encryption_scope = None
[all …]
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/blob/v2020_02_10/_generated/aio/operations_async/
H A D_block_blob_operations_async.py133 encryption_scope = None
135 encryption_scope = cpk_scope_info.encryption_scope
200 if encryption_scope is not None:
298 encryption_scope = None
300 encryption_scope = cpk_scope_info.encryption_scope
337 if encryption_scope is not None:
426 encryption_scope = None
428 encryption_scope = cpk_scope_info.encryption_scope
480 if encryption_scope is not None:
615 encryption_scope = None
[all …]
H A D_append_blob_operations_async.py119 encryption_scope = None
121 encryption_scope = cpk_scope_info.encryption_scope
181 if encryption_scope is not None:
182 …ters['x-ms-encryption-scope'] = self._serialize.header("encryption_scope", encryption_scope, 'str')
288 encryption_scope = None
290 encryption_scope = cpk_scope_info.encryption_scope
345 if encryption_scope is not None:
346 …ters['x-ms-encryption-scope'] = self._serialize.header("encryption_scope", encryption_scope, 'str')
457 encryption_scope = None
459 encryption_scope = cpk_scope_info.encryption_scope
[all …]
H A D_page_blob_operations_async.py132 encryption_scope = None
134 encryption_scope = cpk_scope_info.encryption_scope
199 if encryption_scope is not None:
300 encryption_scope = None
302 encryption_scope = cpk_scope_info.encryption_scope
468 encryption_scope = None
470 encryption_scope = cpk_scope_info.encryption_scope
640 encryption_scope = None
642 encryption_scope = cpk_scope_info.encryption_scope
1093 encryption_scope = None
[all …]
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/blob/v2019_07_07/_generated/aio/operations_async/
H A D_block_blob_operations_async.py130 encryption_scope = None
132 encryption_scope = cpk_scope_info.encryption_scope
192 if encryption_scope is not None:
287 encryption_scope = None
289 encryption_scope = cpk_scope_info.encryption_scope
326 if encryption_scope is not None:
415 encryption_scope = None
417 encryption_scope = cpk_scope_info.encryption_scope
469 if encryption_scope is not None:
601 encryption_scope = None
[all …]
H A D_append_blob_operations_async.py118 encryption_scope = None
120 encryption_scope = cpk_scope_info.encryption_scope
175 if encryption_scope is not None:
176 …ters['x-ms-encryption-scope'] = self._serialize.header("encryption_scope", encryption_scope, 'str')
279 encryption_scope = None
281 encryption_scope = cpk_scope_info.encryption_scope
331 if encryption_scope is not None:
332 …ters['x-ms-encryption-scope'] = self._serialize.header("encryption_scope", encryption_scope, 'str')
441 encryption_scope = None
443 encryption_scope = cpk_scope_info.encryption_scope
[all …]
H A D_page_blob_operations_async.py129 encryption_scope = None
131 encryption_scope = cpk_scope_info.encryption_scope
191 if encryption_scope is not None:
289 encryption_scope = None
291 encryption_scope = cpk_scope_info.encryption_scope
452 encryption_scope = None
454 encryption_scope = cpk_scope_info.encryption_scope
619 encryption_scope = None
621 encryption_scope = cpk_scope_info.encryption_scope
1057 encryption_scope = None
[all …]
/dports/databases/pgbarman/barman-release-2.17/tests/
H A Dtest_cloud.py965 encryption_scope = "test_encryption_scope"
968 encryption_scope=encryption_scope,
980 encryption_scope=encryption_scope,
1015 encryption_scope = "test_encryption_scope"
1018 encryption_scope=encryption_scope,
1032 "00001", mock_body, encryption_scope=encryption_scope
1065 encryption_scope = "test_encryption_scope"
1068 encryption_scope=encryption_scope,
1081 ["00001"], encryption_scope=encryption_scope
1117 encryption_scope=encryption_scope,
[all …]
/dports/databases/pgbarman/barman-release-2.17/barman/cloud_providers/
H A Dazure_blob_storage.py105 def __init__(self, url, jobs=2, encryption_scope=None): argument
117 self.encryption_scope = encryption_scope
186 if self.encryption_scope:
187 optional_args["encryption_scope"] = self.encryption_scope
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/storage/operations/
H A Daccount.py751 encryption_scope = EncryptionScope(source=key_source)
755 encryption_scope.key_vault_properties = EncryptionScopeKeyVaultProperties(key_uri=key_uri)
758 encryption_scope.require_infrastructure_encryption = require_infrastructure_encryption
761 … encryption_scope_name=encryption_scope_name, encryption_scope=encryption_scope)
767 encryption_scope = EncryptionScope()
770 encryption_scope.source = key_source
774 encryption_scope.key_vault_properties = EncryptionScopeKeyVaultProperties(key_uri=key_uri)
777 encryption_scope.state = EncryptionScopeState(state)
780 … encryption_scope_name=encryption_scope_name, encryption_scope=encryption_scope)

123