1 - StsAssumedRoleUser

NameDescriptionSchemaDefault
assumed_role_id
required
Unique identifier that contains role ID and role session name
Example :
string
srn
required
SRN of temporary security credentials
Example :
string

2 - StsAssumeRoleRequest

NameDescriptionSchemaDefault
duration_seconds
optional
Duration of seconds of the role session
Example :
integer
role_indicator
required
Identifier of the role to assume. [offering:account_id:role_name]
Example :
string
role_session_name
required
Identifier for the assumed role session
Example :
string

3 - StsAssumeRoleResponse

NameDescriptionSchemaDefault
assumed_role_user
required
SRN and assumed role ID
StsAssumedRoleUser
credentials
required
Temporary security credentials
StsCredentials

4 - StsAssumeRoleWithSAMLRequest

NameDescriptionSchemaDefault
duration_seconds
optional
Duration of seconds of the role session
Example :
integer
principal_indicator
required
Identifier of the SAML provider in IAM. [offering:account_id:provider_name]
Example :
string
role_indicator
required
Identifier of the role to assume. [offering:account_id:role_name]
Example :
string
saml_assertion
required
BASE64 encoded SAML response
Example :
string

5 - StsAssumeRoleWithSAMLResponse

NameDescriptionSchemaDefault
assumed_role_user
required
SRN and assumed role ID
StsAssumedRoleUser
audience
required
Value of Recipient attribute of SubjectConfirmationData element of SAML
Example :
string
credentials
required
Temporary security credentials
StsCredentials
issuer
required
Value of Issuer element of SAML
Example :
string
subject
required
Value of NameID element in the Subject element of SAML
Example :
string
subject_type
required
Format of nameID
Example :
string

6 - StsCredentials

NameDescriptionSchemaDefault
access_key_id
required
Access key ID that identifies temporary security credentials
Example :
string
expiration
required
Date on which credential expire
Example :
string (date-time)
secret_access_key
required
Secret access key that signs requests
Example :
string
session_token
required
Token that user must pass to use temporary credentials
Example :
string

7 - StsObjectStoreAuthRequest

NameDescriptionSchemaDefault
method
required
HTTP method used in the request
Example :
string
region
optional
Region where the request is made
Example : us-east-1
stringus-east-1
service
optional
Service to which the request is made
Example : s3
strings3
url
required
The URL of the request
Example :
string
x_amz_content_sha256
required
SHA256 hash of the request body
Example :
string
x_amz_date
required
Date and time at which the request is signed
Example :
string

8 - StsObjectStoreAuthResponse

NameDescriptionSchemaDefault
Authorization
required
Authorization header for object store authentication
Example :
string