1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. getIdentityCredentialV3
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

opentelekomcloud.getIdentityCredentialV3

Explore with Pulumi AI

opentelekomcloud logo
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

    Using getIdentityCredentialV3

    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 getIdentityCredentialV3(args: GetIdentityCredentialV3Args, opts?: InvokeOptions): Promise<GetIdentityCredentialV3Result>
    function getIdentityCredentialV3Output(args: GetIdentityCredentialV3OutputArgs, opts?: InvokeOptions): Output<GetIdentityCredentialV3Result>
    def get_identity_credential_v3(id: Optional[str] = None,
                                   user_id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetIdentityCredentialV3Result
    def get_identity_credential_v3_output(id: Optional[pulumi.Input[str]] = None,
                                   user_id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetIdentityCredentialV3Result]
    func LookupIdentityCredentialV3(ctx *Context, args *LookupIdentityCredentialV3Args, opts ...InvokeOption) (*LookupIdentityCredentialV3Result, error)
    func LookupIdentityCredentialV3Output(ctx *Context, args *LookupIdentityCredentialV3OutputArgs, opts ...InvokeOption) LookupIdentityCredentialV3ResultOutput

    > Note: This function is named LookupIdentityCredentialV3 in the Go SDK.

    public static class GetIdentityCredentialV3 
    {
        public static Task<GetIdentityCredentialV3Result> InvokeAsync(GetIdentityCredentialV3Args args, InvokeOptions? opts = null)
        public static Output<GetIdentityCredentialV3Result> Invoke(GetIdentityCredentialV3InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIdentityCredentialV3Result> getIdentityCredentialV3(GetIdentityCredentialV3Args args, InvokeOptions options)
    public static Output<GetIdentityCredentialV3Result> getIdentityCredentialV3(GetIdentityCredentialV3Args args, InvokeOptions options)
    
    fn::invoke:
      function: opentelekomcloud:index/getIdentityCredentialV3:getIdentityCredentialV3
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    UserId string
    Id string
    UserId string
    id String
    userId String
    id string
    userId string
    id str
    user_id str
    id String
    userId String

    getIdentityCredentialV3 Result

    The following output properties are available:

    Supporting Types

    GetIdentityCredentialV3Credential

    Access string
    CreateTime string
    Description string
    Status string
    UserId string
    Access string
    CreateTime string
    Description string
    Status string
    UserId string
    access String
    createTime String
    description String
    status String
    userId String
    access string
    createTime string
    description string
    status string
    userId string
    access String
    createTime String
    description String
    status String
    userId String

    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.37 published on Thursday, Apr 24, 2025 by opentelekomcloud