You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/devops_connection.html.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,10 @@ The following attributes are exported:
42
42
*`display_name` - Connection display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
43
43
*`freeform_tags` - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
44
44
*`id` - Unique identifier that is immutable on creation.
45
+
*`last_connection_validation_result` - The result of validating the credentials of a connection.
46
+
* `message` - A message describing the result of connection validation in more detail.
47
+
* `result` - The latest result of whether the credentials pass the validation.
48
+
* `time_validated` - The latest timestamp when the connection was validated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
45
49
*`project_id` - The OCID of the DevOps project.
46
50
*`state` - The current state of the connection.
47
51
*`system_tags` - Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
Copy file name to clipboardExpand all lines: website/docs/d/devops_connections.html.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,10 @@ The following attributes are exported:
60
60
*`display_name` - Connection display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
61
61
*`freeform_tags` - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
62
62
*`id` - Unique identifier that is immutable on creation.
63
+
*`last_connection_validation_result` - The result of validating the credentials of a connection.
64
+
* `message` - A message describing the result of connection validation in more detail.
65
+
* `result` - The latest result of whether the credentials pass the validation.
66
+
* `time_validated` - The latest timestamp when the connection was validated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
63
67
*`project_id` - The OCID of the DevOps project.
64
68
*`state` - The current state of the connection.
65
69
*`system_tags` - Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
0 commit comments