|
| 1 | +--- |
| 2 | +# Documentation generated by "gen/generator.go"; DO NOT EDIT. |
| 3 | +# In order to regenerate this file execute `go generate` from the repository root. |
| 4 | +# More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md). |
| 5 | +subcategory: "Access Policies" |
| 6 | +layout: "aci" |
| 7 | +page_title: "ACI: aci_attachable_access_entity_profile" |
| 8 | +sidebar_current: "docs-aci-data-source-aci_attachable_access_entity_profile" |
| 9 | +description: |- |
| 10 | + Data source for ACI Attachable Access Entity Profile |
| 11 | +--- |
| 12 | + |
| 13 | +# aci_attachable_access_entity_profile # |
| 14 | + |
| 15 | +Data source for ACI Attachable Access Entity Profile |
| 16 | + |
| 17 | +## API Information ## |
| 18 | + |
| 19 | +* Class: [infraAttEntityP](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/infraAttEntityP/overview) |
| 20 | + |
| 21 | +* Supported in ACI versions: 1.0(1e) and later. |
| 22 | + |
| 23 | +* Distinguished Name Format: `uni/infra/attentp-{name}` |
| 24 | + |
| 25 | +## GUI Information ## |
| 26 | + |
| 27 | +* Location: `Fabric -> Access Policies -> Policies -> Global -> Attachable Access Entity Profiles` |
| 28 | + |
| 29 | +## Example Usage ## |
| 30 | + |
| 31 | +```hcl |
| 32 | +
|
| 33 | +data "aci_attachable_access_entity_profile" "example" { |
| 34 | + name = "test_name" |
| 35 | +} |
| 36 | +
|
| 37 | +``` |
| 38 | + |
| 39 | +## Schema ## |
| 40 | + |
| 41 | +### Required ### |
| 42 | + |
| 43 | +* `name` (name) - (string) The name of the Attachable Access Entity Profile object. |
| 44 | + |
| 45 | +### Read-Only ### |
| 46 | + |
| 47 | +* `id` - (string) The distinguished name (DN) of the Attachable Access Entity Profile object. |
| 48 | +* `annotation` (annotation) - (string) The annotation of the Attachable Access Entity Profile object. This attribute is supported in ACI versions: 3.2(1l) and later. |
| 49 | +* `description` (descr) - (string) The description of the Attachable Access Entity Profile object. |
| 50 | +* `name_alias` (nameAlias) - (string) The name alias of the Attachable Access Entity Profile object. This attribute is supported in ACI versions: 2.2(1k) and later. |
| 51 | +* `owner_key` (ownerKey) - (string) The key for enabling clients to own their data for entity correlation. |
| 52 | +* `owner_tag` (ownerTag) - (string) A tag for enabling clients to add their own data. For example, to indicate who created this object. |
| 53 | + |
| 54 | +* `relation_to_domains` - (list) A list of Relation From Attachable Access Entity Profile To Domains (ACI object [infraRsDomP](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/infraRsDomP/overview)). This relation can point to multiple ACI objects: |
| 55 | + - [vmmDomP](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vmmDomP/overview). |
| 56 | + - [physDomP](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/physDomP/overview). |
| 57 | + - [fcDomP](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fcDomP/overview). |
| 58 | + - [l2extDomP](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/l2extDomP/overview). |
| 59 | + * `annotation` (annotation) - (string) The annotation of the Relation From Attachable Access Entity Profile To Domain object. This attribute is supported in ACI versions: 3.2(1l) and later. |
| 60 | + * `target_dn` (tDn) - (string) The distinguished name of the target Domain object. |
| 61 | + * `annotations` - (list) A list of Annotations (ACI object [tagAnnotation](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagAnnotation/overview)). This attribute is supported in ACI versions: 3.2(1l) and later. |
| 62 | + * `key` (key) - (string) The key used to uniquely identify this configuration object. |
| 63 | + * `value` (value) - (string) The value of the property. |
| 64 | + * `tags` - (list) A list of Tags (ACI object [tagTag](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagTag/overview)). This attribute is supported in ACI versions: 3.2(1l) and later. |
| 65 | + * `key` (key) - (string) The key used to uniquely identify this configuration object. |
| 66 | + * `value` (value) - (string) The value of the property. |
| 67 | +* `annotations` - (list) A list of Annotations (ACI object [tagAnnotation](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagAnnotation/overview)). This attribute is supported in ACI versions: 3.2(1l) and later. |
| 68 | + * `key` (key) - (string) The key used to uniquely identify this configuration object. |
| 69 | + * `value` (value) - (string) The value of the property. |
| 70 | +* `tags` - (list) A list of Tags (ACI object [tagTag](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagTag/overview)). This attribute is supported in ACI versions: 3.2(1l) and later. |
| 71 | + * `key` (key) - (string) The key used to uniquely identify this configuration object. |
| 72 | + * `value` (value) - (string) The value of the property. |
0 commit comments