Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::IAM::Accesskey
Using getAccesskey
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 getAccesskey(args: GetAccesskeyArgs, opts?: InvokeOptions): Promise<GetAccesskeyResult>
function getAccesskeyOutput(args: GetAccesskeyOutputArgs, opts?: InvokeOptions): Output<GetAccesskeyResult>def get_accesskey(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAccesskeyResult
def get_accesskey_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAccesskeyResult]func LookupAccesskey(ctx *Context, args *LookupAccesskeyArgs, opts ...InvokeOption) (*LookupAccesskeyResult, error)
func LookupAccesskeyOutput(ctx *Context, args *LookupAccesskeyOutputArgs, opts ...InvokeOption) LookupAccesskeyResultOutput> Note: This function is named LookupAccesskey in the Go SDK.
public static class GetAccesskey
{
public static Task<GetAccesskeyResult> InvokeAsync(GetAccesskeyArgs args, InvokeOptions? opts = null)
public static Output<GetAccesskeyResult> Invoke(GetAccesskeyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAccesskeyResult> getAccesskey(GetAccesskeyArgs args, InvokeOptions options)
public static Output<GetAccesskeyResult> getAccesskey(GetAccesskeyArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:iam/getAccesskey:getAccesskey
arguments:
# arguments dictionaryThe 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 str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getAccesskey Result
The following output properties are available:
- Access
Key stringId - Access Key Id.
- Created
Time string - Key creation time. The time format is ISO8601.
- Id string
- Uniquely identifies the resource.
- Last
Login stringDate - Last login time.
- Region string
- The last region accessed by the API key.
- Request
Time string - The last time the API key was used.
- Secret
Access stringKey - Secret Access Key.
- Service string
- The English abbreviation of the last service accessed by the API key.
- Status string
- Key status. active means enabled, inactive means disabled.
- Updated
Time string - Key update time. The time format is ISO8601.
- User
Name string - User name. Used to create a key for the specified IAM user. If no user name is specified, a key is created for the current request identity (that is, if the primary account makes the request, the key is created for the primary account itself; if an IAM user makes the request, the key is created for the IAM user. Note: Roles do not support creating keys for themselves). If the IAM user has the AccessKeySelfManageAccess permission and needs to create a key for themselves, they must include their own UserName in the request.
- Access
Key stringId - Access Key Id.
- Created
Time string - Key creation time. The time format is ISO8601.
- Id string
- Uniquely identifies the resource.
- Last
Login stringDate - Last login time.
- Region string
- The last region accessed by the API key.
- Request
Time string - The last time the API key was used.
- Secret
Access stringKey - Secret Access Key.
- Service string
- The English abbreviation of the last service accessed by the API key.
- Status string
- Key status. active means enabled, inactive means disabled.
- Updated
Time string - Key update time. The time format is ISO8601.
- User
Name string - User name. Used to create a key for the specified IAM user. If no user name is specified, a key is created for the current request identity (that is, if the primary account makes the request, the key is created for the primary account itself; if an IAM user makes the request, the key is created for the IAM user. Note: Roles do not support creating keys for themselves). If the IAM user has the AccessKeySelfManageAccess permission and needs to create a key for themselves, they must include their own UserName in the request.
- access
Key StringId - Access Key Id.
- created
Time String - Key creation time. The time format is ISO8601.
- id String
- Uniquely identifies the resource.
- last
Login StringDate - Last login time.
- region String
- The last region accessed by the API key.
- request
Time String - The last time the API key was used.
- secret
Access StringKey - Secret Access Key.
- service String
- The English abbreviation of the last service accessed by the API key.
- status String
- Key status. active means enabled, inactive means disabled.
- updated
Time String - Key update time. The time format is ISO8601.
- user
Name String - User name. Used to create a key for the specified IAM user. If no user name is specified, a key is created for the current request identity (that is, if the primary account makes the request, the key is created for the primary account itself; if an IAM user makes the request, the key is created for the IAM user. Note: Roles do not support creating keys for themselves). If the IAM user has the AccessKeySelfManageAccess permission and needs to create a key for themselves, they must include their own UserName in the request.
- access
Key stringId - Access Key Id.
- created
Time string - Key creation time. The time format is ISO8601.
- id string
- Uniquely identifies the resource.
- last
Login stringDate - Last login time.
- region string
- The last region accessed by the API key.
- request
Time string - The last time the API key was used.
- secret
Access stringKey - Secret Access Key.
- service string
- The English abbreviation of the last service accessed by the API key.
- status string
- Key status. active means enabled, inactive means disabled.
- updated
Time string - Key update time. The time format is ISO8601.
- user
Name string - User name. Used to create a key for the specified IAM user. If no user name is specified, a key is created for the current request identity (that is, if the primary account makes the request, the key is created for the primary account itself; if an IAM user makes the request, the key is created for the IAM user. Note: Roles do not support creating keys for themselves). If the IAM user has the AccessKeySelfManageAccess permission and needs to create a key for themselves, they must include their own UserName in the request.
- access_
key_ strid - Access Key Id.
- created_
time str - Key creation time. The time format is ISO8601.
- id str
- Uniquely identifies the resource.
- last_
login_ strdate - Last login time.
- region str
- The last region accessed by the API key.
- request_
time str - The last time the API key was used.
- secret_
access_ strkey - Secret Access Key.
- service str
- The English abbreviation of the last service accessed by the API key.
- status str
- Key status. active means enabled, inactive means disabled.
- updated_
time str - Key update time. The time format is ISO8601.
- user_
name str - User name. Used to create a key for the specified IAM user. If no user name is specified, a key is created for the current request identity (that is, if the primary account makes the request, the key is created for the primary account itself; if an IAM user makes the request, the key is created for the IAM user. Note: Roles do not support creating keys for themselves). If the IAM user has the AccessKeySelfManageAccess permission and needs to create a key for themselves, they must include their own UserName in the request.
- access
Key StringId - Access Key Id.
- created
Time String - Key creation time. The time format is ISO8601.
- id String
- Uniquely identifies the resource.
- last
Login StringDate - Last login time.
- region String
- The last region accessed by the API key.
- request
Time String - The last time the API key was used.
- secret
Access StringKey - Secret Access Key.
- service String
- The English abbreviation of the last service accessed by the API key.
- status String
- Key status. active means enabled, inactive means disabled.
- updated
Time String - Key update time. The time format is ISO8601.
- user
Name String - User name. Used to create a key for the specified IAM user. If no user name is specified, a key is created for the current request identity (that is, if the primary account makes the request, the key is created for the primary account itself; if an IAM user makes the request, the key is created for the IAM user. Note: Roles do not support creating keys for themselves). If the IAM user has the AccessKeySelfManageAccess permission and needs to create a key for themselves, they must include their own UserName in the request.
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
