opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud
opentelekomcloud.getIdentityTemporaryAkskV3
opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud
Using getIdentityTemporaryAkskV3
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIdentityTemporaryAkskV3(args: GetIdentityTemporaryAkskV3Args, opts?: InvokeOptions): Promise<GetIdentityTemporaryAkskV3Result>
function getIdentityTemporaryAkskV3Output(args: GetIdentityTemporaryAkskV3OutputArgs, opts?: InvokeOptions): Output<GetIdentityTemporaryAkskV3Result>def get_identity_temporary_aksk_v3(agency_name: Optional[str] = None,
duration_seconds: Optional[float] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIdentityTemporaryAkskV3Result
def get_identity_temporary_aksk_v3_output(agency_name: Optional[pulumi.Input[str]] = None,
duration_seconds: Optional[pulumi.Input[float]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIdentityTemporaryAkskV3Result]func GetIdentityTemporaryAkskV3(ctx *Context, args *GetIdentityTemporaryAkskV3Args, opts ...InvokeOption) (*GetIdentityTemporaryAkskV3Result, error)
func GetIdentityTemporaryAkskV3Output(ctx *Context, args *GetIdentityTemporaryAkskV3OutputArgs, opts ...InvokeOption) GetIdentityTemporaryAkskV3ResultOutput> Note: This function is named GetIdentityTemporaryAkskV3 in the Go SDK.
public static class GetIdentityTemporaryAkskV3
{
public static Task<GetIdentityTemporaryAkskV3Result> InvokeAsync(GetIdentityTemporaryAkskV3Args args, InvokeOptions? opts = null)
public static Output<GetIdentityTemporaryAkskV3Result> Invoke(GetIdentityTemporaryAkskV3InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIdentityTemporaryAkskV3Result> getIdentityTemporaryAkskV3(GetIdentityTemporaryAkskV3Args args, InvokeOptions options)
public static Output<GetIdentityTemporaryAkskV3Result> getIdentityTemporaryAkskV3(GetIdentityTemporaryAkskV3Args args, InvokeOptions options)
fn::invoke:
function: opentelekomcloud:index/getIdentityTemporaryAkskV3:getIdentityTemporaryAkskV3
arguments:
# arguments dictionaryThe following arguments are supported:
- Agency
Name string - Name of the agency created by a delegating party. When specified, the temporary credentials will be generated with the permissions of the agency.
- Duration
Seconds double - Validity period (in seconds) of the temporary credentials. The value ranges from 900 (15 minutes) to 86400 (24 hours). The default value is 900 seconds (15 minutes).
- Id string
- The access key, which serves as the unique identifier for the temporary credentials.
- Agency
Name string - Name of the agency created by a delegating party. When specified, the temporary credentials will be generated with the permissions of the agency.
- Duration
Seconds float64 - Validity period (in seconds) of the temporary credentials. The value ranges from 900 (15 minutes) to 86400 (24 hours). The default value is 900 seconds (15 minutes).
- Id string
- The access key, which serves as the unique identifier for the temporary credentials.
- agency
Name String - Name of the agency created by a delegating party. When specified, the temporary credentials will be generated with the permissions of the agency.
- duration
Seconds Double - Validity period (in seconds) of the temporary credentials. The value ranges from 900 (15 minutes) to 86400 (24 hours). The default value is 900 seconds (15 minutes).
- id String
- The access key, which serves as the unique identifier for the temporary credentials.
- agency
Name string - Name of the agency created by a delegating party. When specified, the temporary credentials will be generated with the permissions of the agency.
- duration
Seconds number - Validity period (in seconds) of the temporary credentials. The value ranges from 900 (15 minutes) to 86400 (24 hours). The default value is 900 seconds (15 minutes).
- id string
- The access key, which serves as the unique identifier for the temporary credentials.
- agency_
name str - Name of the agency created by a delegating party. When specified, the temporary credentials will be generated with the permissions of the agency.
- duration_
seconds float - Validity period (in seconds) of the temporary credentials. The value ranges from 900 (15 minutes) to 86400 (24 hours). The default value is 900 seconds (15 minutes).
- id str
- The access key, which serves as the unique identifier for the temporary credentials.
- agency
Name String - Name of the agency created by a delegating party. When specified, the temporary credentials will be generated with the permissions of the agency.
- duration
Seconds Number - Validity period (in seconds) of the temporary credentials. The value ranges from 900 (15 minutes) to 86400 (24 hours). The default value is 900 seconds (15 minutes).
- id String
- The access key, which serves as the unique identifier for the temporary credentials.
getIdentityTemporaryAkskV3 Result
The following output properties are available:
- Access string
- The temporary Access Key (AK) for authentication.
- Expires
At string - The expiration time of the temporary credentials in ISO 8601 format.
- Id string
- The access key, which serves as the unique identifier for the temporary credentials.
- Secret string
- The temporary Secret Key (SK) for authentication.
- Security
Token string - The security token used for subsequent API calls. This token must be included in requests when using the temporary AK/SK.
- Agency
Name string - Duration
Seconds double
- Access string
- The temporary Access Key (AK) for authentication.
- Expires
At string - The expiration time of the temporary credentials in ISO 8601 format.
- Id string
- The access key, which serves as the unique identifier for the temporary credentials.
- Secret string
- The temporary Secret Key (SK) for authentication.
- Security
Token string - The security token used for subsequent API calls. This token must be included in requests when using the temporary AK/SK.
- Agency
Name string - Duration
Seconds float64
- access String
- The temporary Access Key (AK) for authentication.
- expires
At String - The expiration time of the temporary credentials in ISO 8601 format.
- id String
- The access key, which serves as the unique identifier for the temporary credentials.
- secret String
- The temporary Secret Key (SK) for authentication.
- security
Token String - The security token used for subsequent API calls. This token must be included in requests when using the temporary AK/SK.
- agency
Name String - duration
Seconds Double
- access string
- The temporary Access Key (AK) for authentication.
- expires
At string - The expiration time of the temporary credentials in ISO 8601 format.
- id string
- The access key, which serves as the unique identifier for the temporary credentials.
- secret string
- The temporary Secret Key (SK) for authentication.
- security
Token string - The security token used for subsequent API calls. This token must be included in requests when using the temporary AK/SK.
- agency
Name string - duration
Seconds number
- access str
- The temporary Access Key (AK) for authentication.
- expires_
at str - The expiration time of the temporary credentials in ISO 8601 format.
- id str
- The access key, which serves as the unique identifier for the temporary credentials.
- secret str
- The temporary Secret Key (SK) for authentication.
- security_
token str - The security token used for subsequent API calls. This token must be included in requests when using the temporary AK/SK.
- agency_
name str - duration_
seconds float
- access String
- The temporary Access Key (AK) for authentication.
- expires
At String - The expiration time of the temporary credentials in ISO 8601 format.
- id String
- The access key, which serves as the unique identifier for the temporary credentials.
- secret String
- The temporary Secret Key (SK) for authentication.
- security
Token String - The security token used for subsequent API calls. This token must be included in requests when using the temporary AK/SK.
- agency
Name String - duration
Seconds Number
Package Details
- Repository
- opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
- License
- Notes
- This Pulumi package is based on the
opentelekomcloudTerraform Provider.
opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud
