이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
CLIs
1 - Acquire temporary role credential
1.1 - 1.1
scpcli sts sts assume role
--role_session_name <value>
--role_indicator <value>
[--duration_seconds <value>]
Description
Acquire temporary role credential
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| role_session_name required | string | Role Session Name | - |
| role_indicator required | string | Identifier of the role to assume. [offering:account_id:role_name] | dev2:afd580f490394896a6bceabf77683c6bd:role_name |
| duration_seconds optional | integer | Duration of seconds of the role session | - |
Responses
| Name | Description | Example |
|---|---|---|
| assumed_role_user | Assumed Role ID | |
| credentials | Temporary Credentials |
1.2 - 1.0
scpcli sts sts assume role
--role_session_name <value>
--role_indicator <value>
[--duration_seconds <value>]
Description
Acquire temporary role credential
상태 ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| role_session_name required | string | Role Session Name | - |
| role_indicator required | string | Identifier of the role to assume. [offering:account_id:role_name] | dev2:afd580f490394896a6bceabf77683c6bd:role_name |
| duration_seconds optional | integer | Duration of seconds of the role session | - |
Responses
| Name | Description | Example |
|---|---|---|
| assumed_role_user | Assumed Role ID | |
| credentials | Temporary Credentials |
2 - Acquire temporary role credential from SAML Assertion
2.1 - 1.1
scpcli sts sts assume role with saml
--saml_assertion <value>
--role_indicator <value>
--principal_indicator <value>
[--duration_seconds <value>]
Description
Acquire temporary role credential from SAML Assertion
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| saml_assertion required | string | SAML Assertion | - |
| role_indicator required | string | Identifier of the role to assume. [offering:account_id:role_name] | dev2:afd580f490394896a6bceabf77683c6bd:role_name |
| principal_indicator required | string | SAML Provider Indicator | dev2:afd580f490394896a6bceabf77683c6bd:principal_name |
| duration_seconds optional | integer | Duration of seconds of the role session | - |
Responses
| Name | Description | Example |
|---|---|---|
| assumed_role_user | Assumed Role ID | |
| audience | Recipient Value | |
| credentials | Temporary Credentials | |
| issuer | Issuer Value | |
| subject | Name ID Value | |
| subject_type | Name ID Format |
2.2 - 1.0
scpcli sts sts assume role with saml
--saml_assertion <value>
--role_indicator <value>
--principal_indicator <value>
[--duration_seconds <value>]
Description
Acquire temporary role credential from SAML Assertion
상태 ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| saml_assertion required | string | SAML Assertion | - |
| role_indicator required | string | Identifier of the role to assume. [offering:account_id:role_name] | dev2:afd580f490394896a6bceabf77683c6bd:role_name |
| principal_indicator required | string | SAML Provider Indicator | dev2:afd580f490394896a6bceabf77683c6bd:principal_name |
| duration_seconds optional | integer | Duration of seconds of the role session | - |
Responses
| Name | Description | Example |
|---|---|---|
| assumed_role_user | Assumed Role ID | |
| audience | Recipient Value | |
| credentials | Temporary Credentials | |
| issuer | Issuer Value | |
| subject | Name ID Value | |
| subject_type | Name ID Format |
3 - Create new Signature based on Session Token
3.1 - 1.1
scpcli sts sts object store authorization
--x_amz_date <value>
--x_amz_content_sha256 <value>
--url <value>
--method <value>
[--region <value>]
[--service <value>]
Description
Create new Signature based on Session Token
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| x_amz_date required | string | AMZ Date | - |
| x_amz_content_sha256 required | string | AMZ Content SHA256 | - |
| url required | string | The URL of the request | - |
| method required | string | HTTP Method | - |
| region optional | string | Region | - |
| service optional | string | Service | - |
Responses
| Name | Description | Example |
|---|---|---|
| Authorization | Authorization Header |
3.2 - 1.0
scpcli sts sts object store authorization
--x_amz_date <value>
--x_amz_content_sha256 <value>
--url <value>
--method <value>
[--region <value>]
[--service <value>]
Description
Create new Signature based on Session Token
상태 ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| x_amz_date required | string | AMZ Date | - |
| x_amz_content_sha256 required | string | AMZ Content SHA256 | - |
| url required | string | The URL of the request | - |
| method required | string | HTTP Method | - |
| region optional | string | Region | - |
| service optional | string | Service | - |
Responses
| Name | Description | Example |
|---|---|---|
| Authorization | Authorization Header |