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: docs/core/volume_attachments.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,21 @@ The following attributes are exported:
8
8
9
9
*`attachment_type` - The type of volume attachment.
10
10
*`availability_domain` - The Availability Domain of an instance. Example: `Uocm:PHX-AD-1`
11
+
*`chap_secret` - The Challenge-Handshake-Authentication-Protocol (CHAP) secret valid for the associated CHAP user name. (Also called the "CHAP password".) Example: `d6866c0d-298b-48ba-95af-309b4faux45e`
12
+
*`chap_username` - The volume's system-generated Challenge-Handshake-Authentication-Protocol (CHAP) user name. Example: `ocid1.volume.oc1.phx.abyhqljrgvttnlx73nmrwfaux7kcvzfs3s66izvxf2h4lgvyndsdsnoiwr5q`
11
13
*`compartment_id` - The OCID of the compartment.
12
14
*`display_name` - A user-friendly name. Does not have to be unique, and it cannot be changed. Avoid entering confidential information. Example: `My volume attachment`
13
15
*`id` - The OCID of the volume attachment.
14
16
*`instance_id` - The OCID of the instance the volume is attached to.
17
+
*`ipv4` - The volume's iSCSI IP address. Example: `169.254.0.2`
18
+
*`iqn` - The target volume's iSCSI Qualified Name in the format defined by RFC 3720. Example: `iqn.2015-12.us.oracle.com:456b0391-17b8-4122-bbf1-f85fc0bb97d9`
15
19
*`is_read_only` - Whether the attachment was created in read-only mode.
20
+
*`port` - The volume's iSCSI port. Example: `3260`
16
21
*`state` - The current state of the volume attachment.
17
22
*`time_created` - The date and time the volume was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
18
23
*`volume_id` - The OCID of the volume.
19
24
20
-
The following additional attributes are exported for the iSCSI volume attachment type:
21
-
*`use_chap` - Whether to use CHAP authentication for the volume attachment.
22
-
*`chap_username` - The volume's system-generated Challenge-Handshake-Authentication-Protocol (CHAP) user name.
23
-
*`chap_secret` - The Challenge-Handshake-Authentication-Protocol (CHAP) secret valid for the associated CHAP user name. (Also called the "CHAP password".)
24
-
*`ipv4` - The volume's iSCSI IP address.
25
-
*`port` - The volume's iSCSI port.
26
-
*`iqn` - The target volume's iSCSI Qualified Name in the format defined by RFC 3720.
25
+
27
26
28
27
### Create Operation
29
28
Attaches the specified storage volume to the specified instance.
Copy file name to clipboardExpand all lines: docs/identity/identity_providers.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ The following attributes are exported:
12
12
*`freeform_tags` - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
13
13
*`id` - The OCID of the `IdentityProvider`.
14
14
*`inactive_state` - The detailed status of INACTIVE lifecycleState.
15
+
*`metadata_url` - The URL for retrieving the identity provider's metadata, which contains information required for federating.
15
16
*`name` - The name you assign to the `IdentityProvider` during creation. The name must be unique across all `IdentityProvider` objects in the tenancy and cannot be changed. This is the name federated users see when choosing which identity provider to use when signing in to the Oracle Cloud Infrastructure Console.
16
17
*`product_type` - The identity provider service or product. Supported identity providers are Oracle Identity Cloud Service (IDCS) and Microsoft Active Directory Federation Services (ADFS).
17
18
@@ -21,6 +22,8 @@ The following attributes are exported:
21
22
22
23
Example: `IDCS`
23
24
*`protocol` - The protocol used for federation. Allowed value: `SAML2`. Example: `SAML2`
25
+
*`redirect_url` - The URL to redirect federated users to for authentication with the identity provider.
26
+
*`signing_certificate` - The identity provider's signing certificate used by the IAM Service to validate the SAML2 token.
24
27
*`state` - The current state.
25
28
*`time_created` - Date and time the `IdentityProvider` was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
0 commit comments