antimatter_api 2.0.13

Interact with the Antimatter Cloud API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# DataPolicyBindingInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**policy_id** | **String** | An identifier for a potentially imported policy | 
**policy_name** | **String** |  | 
**imported** | **bool** | true if this policy is imported | 
**source_domain_id** | Option<**String**> | A globally unique identifier for a domain | [optional]
**source_domain_name** | Option<**String**> |  | [optional]
**read_contexts** | [**Vec<models::DataPolicyBindingInfoReadContextsInner>**]DataPolicyBindingInfo_readContexts_inner.md |  | 
**default_attachment** | **String** | what is our default binding? For imported policies, this defaults to Inherit, for our own policies this defaults to NotAttached  | 
**peer_default** | Option<**String**> | if this is an imported policy, what is the peer's default binding config for it?  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)