Viewing docs for bytepluscc v0.0.43
published on Monday, Jul 27, 2026 by Byteplus
published on Monday, Jul 27, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.43
published on Monday, Jul 27, 2026 by Byteplus
published on Monday, Jul 27, 2026 by Byteplus
Data Source schema for Byteplus::KMS::Secret
Using getSecret
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 getSecret(args: GetSecretArgs, opts?: InvokeOptions): Promise<GetSecretResult>
function getSecretOutput(args: GetSecretOutputArgs, opts?: InvokeOptions): Output<GetSecretResult>def get_secret(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSecretResult
def get_secret_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSecretResult]func LookupSecret(ctx *Context, args *LookupSecretArgs, opts ...InvokeOption) (*LookupSecretResult, error)
func LookupSecretOutput(ctx *Context, args *LookupSecretOutputArgs, opts ...InvokeOption) LookupSecretResultOutput> Note: This function is named LookupSecret in the Go SDK.
public static class GetSecret
{
public static Task<GetSecretResult> InvokeAsync(GetSecretArgs args, InvokeOptions? opts = null)
public static Output<GetSecretResult> Invoke(GetSecretInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSecretResult> getSecret(GetSecretArgs args, InvokeOptions options)
public static Output<GetSecretResult> getSecret(GetSecretArgs args, InvokeOptions options)
fn::invoke:
function: bytepluscc:kms/getSecret:getSecret
arguments:
# arguments dictionarydata "bytepluscc_kms_get_secret" "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.
getSecret Result
The following output properties are available:
- Automatic
Rotation bool - Whether to enable automatic rotation. Applies only to credentials of type IAM|RDS|Redis|ECS
- Cancel
Secret boolDeletion - Trigger: When set to true, calls the KMS CancelSecretDeletion API to cancel the scheduled deletion of the credential.
- Created
Time int - Credential creation time
- Description string
- Credential description, length: 0 ~ 8192 characters
- Encryption
Key string - KMS key TRN for encrypting credential value. If not specified, the default key of Credential Manager is used
- Extended
Config string - Credential extension configuration, used to specify properties for non-Generic credentials
- Id string
- Uniquely identifies the resource.
- Last
Rotation stringTime - Credential last rotation time
- Managed bool
- Is managed credential
- Owning
Service string - Managed Cloud Service
- Pending
Window intIn Days - Credential pre-deletion period. During this time, you can revoke the deletion of credentials in pending deletion status; after the pre-deletion period, deletion cannot be revoked. Value range: 7 ~ 30. Unit: days. Default: 7. To cancel, use CancelSecretDeletion.
- Project
Name string - Credential project name. Default value: default
- Rotation
Interval string - Automatic rotation interval. Range: 1 ~ 365 days. Format: integer[unit], where integer is the duration and unit is the time unit. Unit value: d (days). For example: 7d means a 7-day interval
- Rotation
Interval intRead - Automatic rotation interval, unit: seconds
- Rotation
State string - Rotation status: Enable: automatic rotation enabled, Disable: automatic rotation disabled, Rotating: automatic rotation in progress, None: automatic rotation not supported
- Schedule
Delete stringTime - Credential Scheduled Deletion Time
- Schedule
Rotation stringTime - Credential next rotation time
- Secret
Backup bool - Trigger: When set to true, calls the KMS BackupSecret API to back up the credential. The backup result is written to SecretRestoreRead. Please keep it safe.
- Secret
Id string - Credential unique identifier, UUID format
- Secret
Name string - Credential name. Valid characters: [a-zA-Z0-9/_+=.@-]
- Secret
Restore Byteplus.Get Secret Secret Restore - Credential restore parameters. Only effective during creation. If provided, calls the KMS RestoreSecret API to restore the credential from backup data. Other creation parameters such as SecretValue, SecretType, and SecretName will not take effect.
- Secret
Restore Byteplus.Read Get Secret Secret Restore Read - Credential restore parameters. Returned only during backup.
- Secret
Rotate bool - Trigger: When set to true, calls the KMS RotateSecret API to manually rotate the credential.
- Secret
State string - Credential status. Enable: enabled, Disable: disabled, PendingDelete: scheduled for deletion
- Secret
Type string - Credential type. Currently supports Generic|IAM|RDS|Redis|ECS|PGSQL|SQLServer
- Secret
Value string - Credential value. When SecretType is Generic, users can customize it. It is recommended to use JSON key-value pairs
- Secret
Versions List<Byteplus.Get Secret Secret Version> - Credential version information.
- Trn string
- Credential resource name. Format: trn:kms:${Region}:${AccountID}:secrets/${secret}
- Uid string
- Credential tenant ID
- Updated
Time int - Credential update date
- Version
Name string - Version alias. Valid characters: [a-zA-Z0-9/_+=.@-]
- Automatic
Rotation bool - Whether to enable automatic rotation. Applies only to credentials of type IAM|RDS|Redis|ECS
- Cancel
Secret boolDeletion - Trigger: When set to true, calls the KMS CancelSecretDeletion API to cancel the scheduled deletion of the credential.
- Created
Time int - Credential creation time
- Description string
- Credential description, length: 0 ~ 8192 characters
- Encryption
Key string - KMS key TRN for encrypting credential value. If not specified, the default key of Credential Manager is used
- Extended
Config string - Credential extension configuration, used to specify properties for non-Generic credentials
- Id string
- Uniquely identifies the resource.
- Last
Rotation stringTime - Credential last rotation time
- Managed bool
- Is managed credential
- Owning
Service string - Managed Cloud Service
- Pending
Window intIn Days - Credential pre-deletion period. During this time, you can revoke the deletion of credentials in pending deletion status; after the pre-deletion period, deletion cannot be revoked. Value range: 7 ~ 30. Unit: days. Default: 7. To cancel, use CancelSecretDeletion.
- Project
Name string - Credential project name. Default value: default
- Rotation
Interval string - Automatic rotation interval. Range: 1 ~ 365 days. Format: integer[unit], where integer is the duration and unit is the time unit. Unit value: d (days). For example: 7d means a 7-day interval
- Rotation
Interval intRead - Automatic rotation interval, unit: seconds
- Rotation
State string - Rotation status: Enable: automatic rotation enabled, Disable: automatic rotation disabled, Rotating: automatic rotation in progress, None: automatic rotation not supported
- Schedule
Delete stringTime - Credential Scheduled Deletion Time
- Schedule
Rotation stringTime - Credential next rotation time
- Secret
Backup bool - Trigger: When set to true, calls the KMS BackupSecret API to back up the credential. The backup result is written to SecretRestoreRead. Please keep it safe.
- Secret
Id string - Credential unique identifier, UUID format
- Secret
Name string - Credential name. Valid characters: [a-zA-Z0-9/_+=.@-]
- Secret
Restore GetSecret Secret Restore - Credential restore parameters. Only effective during creation. If provided, calls the KMS RestoreSecret API to restore the credential from backup data. Other creation parameters such as SecretValue, SecretType, and SecretName will not take effect.
- Secret
Restore GetRead Secret Secret Restore Read - Credential restore parameters. Returned only during backup.
- Secret
Rotate bool - Trigger: When set to true, calls the KMS RotateSecret API to manually rotate the credential.
- Secret
State string - Credential status. Enable: enabled, Disable: disabled, PendingDelete: scheduled for deletion
- Secret
Type string - Credential type. Currently supports Generic|IAM|RDS|Redis|ECS|PGSQL|SQLServer
- Secret
Value string - Credential value. When SecretType is Generic, users can customize it. It is recommended to use JSON key-value pairs
- Secret
Versions []GetSecret Secret Version - Credential version information.
- Trn string
- Credential resource name. Format: trn:kms:${Region}:${AccountID}:secrets/${secret}
- Uid string
- Credential tenant ID
- Updated
Time int - Credential update date
- Version
Name string - Version alias. Valid characters: [a-zA-Z0-9/_+=.@-]
- automatic_
rotation bool - Whether to enable automatic rotation. Applies only to credentials of type IAM|RDS|Redis|ECS
- cancel_
secret_ booldeletion - Trigger: When set to true, calls the KMS CancelSecretDeletion API to cancel the scheduled deletion of the credential.
- created_
time number - Credential creation time
- description string
- Credential description, length: 0 ~ 8192 characters
- encryption_
key string - KMS key TRN for encrypting credential value. If not specified, the default key of Credential Manager is used
- extended_
config string - Credential extension configuration, used to specify properties for non-Generic credentials
- id string
- Uniquely identifies the resource.
- last_
rotation_ stringtime - Credential last rotation time
- managed bool
- Is managed credential
- owning_
service string - Managed Cloud Service
- pending_
window_ numberin_ days - Credential pre-deletion period. During this time, you can revoke the deletion of credentials in pending deletion status; after the pre-deletion period, deletion cannot be revoked. Value range: 7 ~ 30. Unit: days. Default: 7. To cancel, use CancelSecretDeletion.
- project_
name string - Credential project name. Default value: default
- rotation_
interval string - Automatic rotation interval. Range: 1 ~ 365 days. Format: integer[unit], where integer is the duration and unit is the time unit. Unit value: d (days). For example: 7d means a 7-day interval
- rotation_
interval_ numberread - Automatic rotation interval, unit: seconds
- rotation_
state string - Rotation status: Enable: automatic rotation enabled, Disable: automatic rotation disabled, Rotating: automatic rotation in progress, None: automatic rotation not supported
- schedule_
delete_ stringtime - Credential Scheduled Deletion Time
- schedule_
rotation_ stringtime - Credential next rotation time
- secret_
backup bool - Trigger: When set to true, calls the KMS BackupSecret API to back up the credential. The backup result is written to SecretRestoreRead. Please keep it safe.
- secret_
id string - Credential unique identifier, UUID format
- secret_
name string - Credential name. Valid characters: [a-zA-Z0-9/_+=.@-]
- secret_
restore object - Credential restore parameters. Only effective during creation. If provided, calls the KMS RestoreSecret API to restore the credential from backup data. Other creation parameters such as SecretValue, SecretType, and SecretName will not take effect.
- secret_
restore_ objectread - Credential restore parameters. Returned only during backup.
- secret_
rotate bool - Trigger: When set to true, calls the KMS RotateSecret API to manually rotate the credential.
- secret_
state string - Credential status. Enable: enabled, Disable: disabled, PendingDelete: scheduled for deletion
- secret_
type string - Credential type. Currently supports Generic|IAM|RDS|Redis|ECS|PGSQL|SQLServer
- secret_
value string - Credential value. When SecretType is Generic, users can customize it. It is recommended to use JSON key-value pairs
- secret_
versions list(object) - Credential version information.
- trn string
- Credential resource name. Format: trn:kms:${Region}:${AccountID}:secrets/${secret}
- uid string
- Credential tenant ID
- updated_
time number - Credential update date
- version_
name string - Version alias. Valid characters: [a-zA-Z0-9/_+=.@-]
- automatic
Rotation Boolean - Whether to enable automatic rotation. Applies only to credentials of type IAM|RDS|Redis|ECS
- cancel
Secret BooleanDeletion - Trigger: When set to true, calls the KMS CancelSecretDeletion API to cancel the scheduled deletion of the credential.
- created
Time Integer - Credential creation time
- description String
- Credential description, length: 0 ~ 8192 characters
- encryption
Key String - KMS key TRN for encrypting credential value. If not specified, the default key of Credential Manager is used
- extended
Config String - Credential extension configuration, used to specify properties for non-Generic credentials
- id String
- Uniquely identifies the resource.
- last
Rotation StringTime - Credential last rotation time
- managed Boolean
- Is managed credential
- owning
Service String - Managed Cloud Service
- pending
Window IntegerIn Days - Credential pre-deletion period. During this time, you can revoke the deletion of credentials in pending deletion status; after the pre-deletion period, deletion cannot be revoked. Value range: 7 ~ 30. Unit: days. Default: 7. To cancel, use CancelSecretDeletion.
- project
Name String - Credential project name. Default value: default
- rotation
Interval String - Automatic rotation interval. Range: 1 ~ 365 days. Format: integer[unit], where integer is the duration and unit is the time unit. Unit value: d (days). For example: 7d means a 7-day interval
- rotation
Interval IntegerRead - Automatic rotation interval, unit: seconds
- rotation
State String - Rotation status: Enable: automatic rotation enabled, Disable: automatic rotation disabled, Rotating: automatic rotation in progress, None: automatic rotation not supported
- schedule
Delete StringTime - Credential Scheduled Deletion Time
- schedule
Rotation StringTime - Credential next rotation time
- secret
Backup Boolean - Trigger: When set to true, calls the KMS BackupSecret API to back up the credential. The backup result is written to SecretRestoreRead. Please keep it safe.
- secret
Id String - Credential unique identifier, UUID format
- secret
Name String - Credential name. Valid characters: [a-zA-Z0-9/_+=.@-]
- secret
Restore GetSecret Secret Restore - Credential restore parameters. Only effective during creation. If provided, calls the KMS RestoreSecret API to restore the credential from backup data. Other creation parameters such as SecretValue, SecretType, and SecretName will not take effect.
- secret
Restore GetRead Secret Secret Restore Read - Credential restore parameters. Returned only during backup.
- secret
Rotate Boolean - Trigger: When set to true, calls the KMS RotateSecret API to manually rotate the credential.
- secret
State String - Credential status. Enable: enabled, Disable: disabled, PendingDelete: scheduled for deletion
- secret
Type String - Credential type. Currently supports Generic|IAM|RDS|Redis|ECS|PGSQL|SQLServer
- secret
Value String - Credential value. When SecretType is Generic, users can customize it. It is recommended to use JSON key-value pairs
- secret
Versions List<GetSecret Secret Version> - Credential version information.
- trn String
- Credential resource name. Format: trn:kms:${Region}:${AccountID}:secrets/${secret}
- uid String
- Credential tenant ID
- updated
Time Integer - Credential update date
- version
Name String - Version alias. Valid characters: [a-zA-Z0-9/_+=.@-]
- automatic
Rotation boolean - Whether to enable automatic rotation. Applies only to credentials of type IAM|RDS|Redis|ECS
- cancel
Secret booleanDeletion - Trigger: When set to true, calls the KMS CancelSecretDeletion API to cancel the scheduled deletion of the credential.
- created
Time number - Credential creation time
- description string
- Credential description, length: 0 ~ 8192 characters
- encryption
Key string - KMS key TRN for encrypting credential value. If not specified, the default key of Credential Manager is used
- extended
Config string - Credential extension configuration, used to specify properties for non-Generic credentials
- id string
- Uniquely identifies the resource.
- last
Rotation stringTime - Credential last rotation time
- managed boolean
- Is managed credential
- owning
Service string - Managed Cloud Service
- pending
Window numberIn Days - Credential pre-deletion period. During this time, you can revoke the deletion of credentials in pending deletion status; after the pre-deletion period, deletion cannot be revoked. Value range: 7 ~ 30. Unit: days. Default: 7. To cancel, use CancelSecretDeletion.
- project
Name string - Credential project name. Default value: default
- rotation
Interval string - Automatic rotation interval. Range: 1 ~ 365 days. Format: integer[unit], where integer is the duration and unit is the time unit. Unit value: d (days). For example: 7d means a 7-day interval
- rotation
Interval numberRead - Automatic rotation interval, unit: seconds
- rotation
State string - Rotation status: Enable: automatic rotation enabled, Disable: automatic rotation disabled, Rotating: automatic rotation in progress, None: automatic rotation not supported
- schedule
Delete stringTime - Credential Scheduled Deletion Time
- schedule
Rotation stringTime - Credential next rotation time
- secret
Backup boolean - Trigger: When set to true, calls the KMS BackupSecret API to back up the credential. The backup result is written to SecretRestoreRead. Please keep it safe.
- secret
Id string - Credential unique identifier, UUID format
- secret
Name string - Credential name. Valid characters: [a-zA-Z0-9/_+=.@-]
- secret
Restore GetSecret Secret Restore - Credential restore parameters. Only effective during creation. If provided, calls the KMS RestoreSecret API to restore the credential from backup data. Other creation parameters such as SecretValue, SecretType, and SecretName will not take effect.
- secret
Restore GetRead Secret Secret Restore Read - Credential restore parameters. Returned only during backup.
- secret
Rotate boolean - Trigger: When set to true, calls the KMS RotateSecret API to manually rotate the credential.
- secret
State string - Credential status. Enable: enabled, Disable: disabled, PendingDelete: scheduled for deletion
- secret
Type string - Credential type. Currently supports Generic|IAM|RDS|Redis|ECS|PGSQL|SQLServer
- secret
Value string - Credential value. When SecretType is Generic, users can customize it. It is recommended to use JSON key-value pairs
- secret
Versions GetSecret Secret Version[] - Credential version information.
- trn string
- Credential resource name. Format: trn:kms:${Region}:${AccountID}:secrets/${secret}
- uid string
- Credential tenant ID
- updated
Time number - Credential update date
- version
Name string - Version alias. Valid characters: [a-zA-Z0-9/_+=.@-]
- automatic_
rotation bool - Whether to enable automatic rotation. Applies only to credentials of type IAM|RDS|Redis|ECS
- cancel_
secret_ booldeletion - Trigger: When set to true, calls the KMS CancelSecretDeletion API to cancel the scheduled deletion of the credential.
- created_
time int - Credential creation time
- description str
- Credential description, length: 0 ~ 8192 characters
- encryption_
key str - KMS key TRN for encrypting credential value. If not specified, the default key of Credential Manager is used
- extended_
config str - Credential extension configuration, used to specify properties for non-Generic credentials
- id str
- Uniquely identifies the resource.
- last_
rotation_ strtime - Credential last rotation time
- managed bool
- Is managed credential
- owning_
service str - Managed Cloud Service
- pending_
window_ intin_ days - Credential pre-deletion period. During this time, you can revoke the deletion of credentials in pending deletion status; after the pre-deletion period, deletion cannot be revoked. Value range: 7 ~ 30. Unit: days. Default: 7. To cancel, use CancelSecretDeletion.
- project_
name str - Credential project name. Default value: default
- rotation_
interval str - Automatic rotation interval. Range: 1 ~ 365 days. Format: integer[unit], where integer is the duration and unit is the time unit. Unit value: d (days). For example: 7d means a 7-day interval
- rotation_
interval_ intread - Automatic rotation interval, unit: seconds
- rotation_
state str - Rotation status: Enable: automatic rotation enabled, Disable: automatic rotation disabled, Rotating: automatic rotation in progress, None: automatic rotation not supported
- schedule_
delete_ strtime - Credential Scheduled Deletion Time
- schedule_
rotation_ strtime - Credential next rotation time
- secret_
backup bool - Trigger: When set to true, calls the KMS BackupSecret API to back up the credential. The backup result is written to SecretRestoreRead. Please keep it safe.
- secret_
id str - Credential unique identifier, UUID format
- secret_
name str - Credential name. Valid characters: [a-zA-Z0-9/_+=.@-]
- secret_
restore GetSecret Secret Restore - Credential restore parameters. Only effective during creation. If provided, calls the KMS RestoreSecret API to restore the credential from backup data. Other creation parameters such as SecretValue, SecretType, and SecretName will not take effect.
- secret_
restore_ Getread Secret Secret Restore Read - Credential restore parameters. Returned only during backup.
- secret_
rotate bool - Trigger: When set to true, calls the KMS RotateSecret API to manually rotate the credential.
- secret_
state str - Credential status. Enable: enabled, Disable: disabled, PendingDelete: scheduled for deletion
- secret_
type str - Credential type. Currently supports Generic|IAM|RDS|Redis|ECS|PGSQL|SQLServer
- secret_
value str - Credential value. When SecretType is Generic, users can customize it. It is recommended to use JSON key-value pairs
- secret_
versions Sequence[GetSecret Secret Version] - Credential version information.
- trn str
- Credential resource name. Format: trn:kms:${Region}:${AccountID}:secrets/${secret}
- uid str
- Credential tenant ID
- updated_
time int - Credential update date
- version_
name str - Version alias. Valid characters: [a-zA-Z0-9/_+=.@-]
- automatic
Rotation Boolean - Whether to enable automatic rotation. Applies only to credentials of type IAM|RDS|Redis|ECS
- cancel
Secret BooleanDeletion - Trigger: When set to true, calls the KMS CancelSecretDeletion API to cancel the scheduled deletion of the credential.
- created
Time Number - Credential creation time
- description String
- Credential description, length: 0 ~ 8192 characters
- encryption
Key String - KMS key TRN for encrypting credential value. If not specified, the default key of Credential Manager is used
- extended
Config String - Credential extension configuration, used to specify properties for non-Generic credentials
- id String
- Uniquely identifies the resource.
- last
Rotation StringTime - Credential last rotation time
- managed Boolean
- Is managed credential
- owning
Service String - Managed Cloud Service
- pending
Window NumberIn Days - Credential pre-deletion period. During this time, you can revoke the deletion of credentials in pending deletion status; after the pre-deletion period, deletion cannot be revoked. Value range: 7 ~ 30. Unit: days. Default: 7. To cancel, use CancelSecretDeletion.
- project
Name String - Credential project name. Default value: default
- rotation
Interval String - Automatic rotation interval. Range: 1 ~ 365 days. Format: integer[unit], where integer is the duration and unit is the time unit. Unit value: d (days). For example: 7d means a 7-day interval
- rotation
Interval NumberRead - Automatic rotation interval, unit: seconds
- rotation
State String - Rotation status: Enable: automatic rotation enabled, Disable: automatic rotation disabled, Rotating: automatic rotation in progress, None: automatic rotation not supported
- schedule
Delete StringTime - Credential Scheduled Deletion Time
- schedule
Rotation StringTime - Credential next rotation time
- secret
Backup Boolean - Trigger: When set to true, calls the KMS BackupSecret API to back up the credential. The backup result is written to SecretRestoreRead. Please keep it safe.
- secret
Id String - Credential unique identifier, UUID format
- secret
Name String - Credential name. Valid characters: [a-zA-Z0-9/_+=.@-]
- secret
Restore Property Map - Credential restore parameters. Only effective during creation. If provided, calls the KMS RestoreSecret API to restore the credential from backup data. Other creation parameters such as SecretValue, SecretType, and SecretName will not take effect.
- secret
Restore Property MapRead - Credential restore parameters. Returned only during backup.
- secret
Rotate Boolean - Trigger: When set to true, calls the KMS RotateSecret API to manually rotate the credential.
- secret
State String - Credential status. Enable: enabled, Disable: disabled, PendingDelete: scheduled for deletion
- secret
Type String - Credential type. Currently supports Generic|IAM|RDS|Redis|ECS|PGSQL|SQLServer
- secret
Value String - Credential value. When SecretType is Generic, users can customize it. It is recommended to use JSON key-value pairs
- secret
Versions List<Property Map> - Credential version information.
- trn String
- Credential resource name. Format: trn:kms:${Region}:${AccountID}:secrets/${secret}
- uid String
- Credential tenant ID
- updated
Time Number - Credential update date
- version
Name String - Version alias. Valid characters: [a-zA-Z0-9/_+=.@-]
Supporting Types
GetSecretSecretRestore
- Backup
Data string - Complete credential data returned by backup, in JSON format.
- Secret
Data stringKey - Encrypted data key returned by backup, Base64 encoded.
- Signature string
- Signature of the backup data, Base64 encoded.
- Backup
Data string - Complete credential data returned by backup, in JSON format.
- Secret
Data stringKey - Encrypted data key returned by backup, Base64 encoded.
- Signature string
- Signature of the backup data, Base64 encoded.
- backup_
data string - Complete credential data returned by backup, in JSON format.
- secret_
data_ stringkey - Encrypted data key returned by backup, Base64 encoded.
- signature string
- Signature of the backup data, Base64 encoded.
- backup
Data String - Complete credential data returned by backup, in JSON format.
- secret
Data StringKey - Encrypted data key returned by backup, Base64 encoded.
- signature String
- Signature of the backup data, Base64 encoded.
- backup
Data string - Complete credential data returned by backup, in JSON format.
- secret
Data stringKey - Encrypted data key returned by backup, Base64 encoded.
- signature string
- Signature of the backup data, Base64 encoded.
- backup_
data str - Complete credential data returned by backup, in JSON format.
- secret_
data_ strkey - Encrypted data key returned by backup, Base64 encoded.
- signature str
- Signature of the backup data, Base64 encoded.
- backup
Data String - Complete credential data returned by backup, in JSON format.
- secret
Data StringKey - Encrypted data key returned by backup, Base64 encoded.
- signature String
- Signature of the backup data, Base64 encoded.
GetSecretSecretRestoreRead
- Backup
Data string - Complete credential data returned by backup, in JSON format.
- Secret
Data stringKey - Encrypted data key returned by backup, Base64 encoded.
- Signature string
- Signature of the backup data, Base64 encoded.
- Backup
Data string - Complete credential data returned by backup, in JSON format.
- Secret
Data stringKey - Encrypted data key returned by backup, Base64 encoded.
- Signature string
- Signature of the backup data, Base64 encoded.
- backup_
data string - Complete credential data returned by backup, in JSON format.
- secret_
data_ stringkey - Encrypted data key returned by backup, Base64 encoded.
- signature string
- Signature of the backup data, Base64 encoded.
- backup
Data String - Complete credential data returned by backup, in JSON format.
- secret
Data StringKey - Encrypted data key returned by backup, Base64 encoded.
- signature String
- Signature of the backup data, Base64 encoded.
- backup
Data string - Complete credential data returned by backup, in JSON format.
- secret
Data stringKey - Encrypted data key returned by backup, Base64 encoded.
- signature string
- Signature of the backup data, Base64 encoded.
- backup_
data str - Complete credential data returned by backup, in JSON format.
- secret_
data_ strkey - Encrypted data key returned by backup, Base64 encoded.
- signature str
- Signature of the backup data, Base64 encoded.
- backup
Data String - Complete credential data returned by backup, in JSON format.
- secret
Data StringKey - Encrypted data key returned by backup, Base64 encoded.
- signature String
- Signature of the backup data, Base64 encoded.
GetSecretSecretVersion
- Creation
Date int - Credential version creation time.
- Version
Id string - Unique identifier for the credential version, in UUID format.
- Version
Stage string - Credential version tags.
- Creation
Date int - Credential version creation time.
- Version
Id string - Unique identifier for the credential version, in UUID format.
- Version
Stage string - Credential version tags.
- creation_
date number - Credential version creation time.
- version_
id string - Unique identifier for the credential version, in UUID format.
- version_
stage string - Credential version tags.
- creation
Date Integer - Credential version creation time.
- version
Id String - Unique identifier for the credential version, in UUID format.
- version
Stage String - Credential version tags.
- creation
Date number - Credential version creation time.
- version
Id string - Unique identifier for the credential version, in UUID format.
- version
Stage string - Credential version tags.
- creation_
date int - Credential version creation time.
- version_
id str - Unique identifier for the credential version, in UUID format.
- version_
stage str - Credential version tags.
- creation
Date Number - Credential version creation time.
- version
Id String - Unique identifier for the credential version, in UUID format.
- version
Stage String - Credential version tags.
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.43
published on Monday, Jul 27, 2026 by Byteplus
published on Monday, Jul 27, 2026 by Byteplus