opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud
opentelekomcloud.getIdentityCredentialV3
Explore with Pulumi AI
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:
getIdentityCredentialV3 Result
The following output properties are available:
- Credentials
List<Get
Identity Credential V3Credential> - Id string
- User
Id string
- Credentials
[]Get
Identity Credential V3Credential - Id string
- User
Id string
- credentials
List<Get
Identity Credential V3Credential> - id String
- user
Id String
- credentials
Get
Identity Credential V3Credential[] - id string
- user
Id string
- credentials List<Property Map>
- id String
- user
Id String
Supporting Types
GetIdentityCredentialV3Credential
- Access string
- Create
Time string - Description string
- Status string
- User
Id string
- Access string
- Create
Time string - Description string
- Status string
- User
Id string
- access String
- create
Time String - description String
- status String
- user
Id String
- access string
- create
Time string - description string
- status string
- user
Id string
- access str
- create_
time str - description str
- status str
- user_
id str
- access String
- create
Time String - description String
- status String
- user
Id String
Package Details
- Repository
- opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
- License
- Notes
- This Pulumi package is based on the
opentelekomcloud
Terraform Provider.
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud