ark_uap_sia_db_access_policy
ArkUAPSIADBAccessPolicy
¶
Bases: ArkUAPSIACommonAccessPolicy
Source code in ark_sdk_python/models/services/uap/sia/db/ark_uap_sia_db_access_policy.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
|
serialize_model(*args, **kwargs)
¶
Serializes the model to a dictionary, including the profiles of each instance in the targets. Done to customize serialization of each instance's profile. This ensures that each instance's profile is serialized according to its authentication method, and included in the output under the 'profile' key.
Source code in ark_sdk_python/models/services/uap/sia/db/ark_uap_sia_db_access_policy.py
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
|