Viewing docs for bytepluscc v0.0.53
published on Thursday, Sep 10, 2026 by Byteplus
published on Thursday, Sep 10, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.53
published on Thursday, Sep 10, 2026 by Byteplus
published on Thursday, Sep 10, 2026 by Byteplus
Data Source schema for Byteplus::IAM::ApiKey
Using getApiKey
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 getApiKey(args: GetApiKeyArgs, opts?: InvokeOptions): Promise<GetApiKeyResult>
function getApiKeyOutput(args: GetApiKeyOutputArgs, opts?: InvokeOutputOptions): Output<GetApiKeyResult>def get_api_key(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApiKeyResult
def get_api_key_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetApiKeyResult]func LookupApiKey(ctx *Context, args *LookupApiKeyArgs, opts ...InvokeOption) (*LookupApiKeyResult, error)
func LookupApiKeyOutput(ctx *Context, args *LookupApiKeyOutputArgs, opts ...InvokeOption) LookupApiKeyResultOutput> Note: This function is named LookupApiKey in the Go SDK.
public static class GetApiKey
{
public static Task<GetApiKeyResult> InvokeAsync(GetApiKeyArgs args, InvokeOptions? opts = null)
public static Output<GetApiKeyResult> Invoke(GetApiKeyInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetApiKeyResult> Invoke(GetApiKeyInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetApiKeyResult> getApiKey(GetApiKeyArgs args, InvokeOptions options)
public static Output<GetApiKeyResult> getApiKey(GetApiKeyArgs args, InvokeOptions options)
public static Output<GetApiKeyResult> getApiKey(GetApiKeyArgs args, InvokeOutputOptions options)
fn::invoke:
function: bytepluscc:iam/getApiKey:getApiKey
arguments:
# arguments dictionarydata "bytepluscc_iam_get_api_key" "name" {
# arguments
}The following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getApiKey Result
The following output properties are available:
- Api
Key stringId - API Key ID。
- Create
Date string - Created At
- Id string
- Uniquely identifies the resource.
- Name string
- API Key Name
- Permissions
Boundary string - Permission Boundary
- Secret string
- API Key Secret
- Status string
- API Key Status
- Update
Date string - Last Updated
- User
Name string - Username
- Api
Key stringId - API Key ID。
- Create
Date string - Created At
- Id string
- Uniquely identifies the resource.
- Name string
- API Key Name
- Permissions
Boundary string - Permission Boundary
- Secret string
- API Key Secret
- Status string
- API Key Status
- Update
Date string - Last Updated
- User
Name string - Username
- api_
key_ stringid - API Key ID。
- create_
date string - Created At
- id string
- Uniquely identifies the resource.
- name string
- API Key Name
- permissions_
boundary string - Permission Boundary
- secret string
- API Key Secret
- status string
- API Key Status
- update_
date string - Last Updated
- user_
name string - Username
- api
Key StringId - API Key ID。
- create
Date String - Created At
- id String
- Uniquely identifies the resource.
- name String
- API Key Name
- permissions
Boundary String - Permission Boundary
- secret String
- API Key Secret
- status String
- API Key Status
- update
Date String - Last Updated
- user
Name String - Username
- api
Key stringId - API Key ID。
- create
Date string - Created At
- id string
- Uniquely identifies the resource.
- name string
- API Key Name
- permissions
Boundary string - Permission Boundary
- secret string
- API Key Secret
- status string
- API Key Status
- update
Date string - Last Updated
- user
Name string - Username
- api_
key_ strid - API Key ID。
- create_
date str - Created At
- id str
- Uniquely identifies the resource.
- name str
- API Key Name
- permissions_
boundary str - Permission Boundary
- secret str
- API Key Secret
- status str
- API Key Status
- update_
date str - Last Updated
- user_
name str - Username
- api
Key StringId - API Key ID。
- create
Date String - Created At
- id String
- Uniquely identifies the resource.
- name String
- API Key Name
- permissions
Boundary String - Permission Boundary
- secret String
- API Key Secret
- status String
- API Key Status
- update
Date String - Last Updated
- user
Name String - Username
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.53
published on Thursday, Sep 10, 2026 by Byteplus
published on Thursday, Sep 10, 2026 by Byteplus