1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. getIdentityTemporaryAkskV3
opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud

opentelekomcloud.getIdentityTemporaryAkskV3

Get Started
opentelekomcloud logo
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 dictionary

    The following arguments are supported:

    AgencyName string
    Name of the agency created by a delegating party. When specified, the temporary credentials will be generated with the permissions of the agency.
    DurationSeconds 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.
    AgencyName string
    Name of the agency created by a delegating party. When specified, the temporary credentials will be generated with the permissions of the agency.
    DurationSeconds 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.
    agencyName String
    Name of the agency created by a delegating party. When specified, the temporary credentials will be generated with the permissions of the agency.
    durationSeconds 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.
    agencyName string
    Name of the agency created by a delegating party. When specified, the temporary credentials will be generated with the permissions of the agency.
    durationSeconds 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.
    agencyName String
    Name of the agency created by a delegating party. When specified, the temporary credentials will be generated with the permissions of the agency.
    durationSeconds 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.
    ExpiresAt 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.
    SecurityToken string
    The security token used for subsequent API calls. This token must be included in requests when using the temporary AK/SK.
    AgencyName string
    DurationSeconds double
    Access string
    The temporary Access Key (AK) for authentication.
    ExpiresAt 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.
    SecurityToken string
    The security token used for subsequent API calls. This token must be included in requests when using the temporary AK/SK.
    AgencyName string
    DurationSeconds float64
    access String
    The temporary Access Key (AK) for authentication.
    expiresAt 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.
    securityToken String
    The security token used for subsequent API calls. This token must be included in requests when using the temporary AK/SK.
    agencyName String
    durationSeconds Double
    access string
    The temporary Access Key (AK) for authentication.
    expiresAt 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.
    securityToken string
    The security token used for subsequent API calls. This token must be included in requests when using the temporary AK/SK.
    agencyName string
    durationSeconds 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.
    expiresAt 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.
    securityToken String
    The security token used for subsequent API calls. This token must be included in requests when using the temporary AK/SK.
    agencyName String
    durationSeconds Number

    Package Details

    Repository
    opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
    License
    Notes
    This Pulumi package is based on the opentelekomcloud Terraform Provider.
    opentelekomcloud logo
    opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud
      Meet Neo: Your AI Platform Teammate