1. Packages
  2. Akeyless Provider
  3. API Docs
  4. RotatedSecretGcp
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community

akeyless.RotatedSecretGcp

Explore with Pulumi AI

Gcp rotated secret resource

Create RotatedSecretGcp Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new RotatedSecretGcp(name: string, args: RotatedSecretGcpArgs, opts?: CustomResourceOptions);
@overload
def RotatedSecretGcp(resource_name: str,
                     args: RotatedSecretGcpArgs,
                     opts: Optional[ResourceOptions] = None)

@overload
def RotatedSecretGcp(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     rotator_type: Optional[str] = None,
                     target_name: Optional[str] = None,
                     key: Optional[str] = None,
                     gcp_key: Optional[str] = None,
                     gcp_service_account_email: Optional[str] = None,
                     gcp_service_account_key_id: Optional[str] = None,
                     authentication_credentials: Optional[str] = None,
                     name: Optional[str] = None,
                     password_length: Optional[str] = None,
                     rotated_secret_gcp_id: Optional[str] = None,
                     rotation_hour: Optional[float] = None,
                     rotation_interval: Optional[str] = None,
                     description: Optional[str] = None,
                     tags: Optional[Sequence[str]] = None,
                     auto_rotate: Optional[str] = None)
func NewRotatedSecretGcp(ctx *Context, name string, args RotatedSecretGcpArgs, opts ...ResourceOption) (*RotatedSecretGcp, error)
public RotatedSecretGcp(string name, RotatedSecretGcpArgs args, CustomResourceOptions? opts = null)
public RotatedSecretGcp(String name, RotatedSecretGcpArgs args)
public RotatedSecretGcp(String name, RotatedSecretGcpArgs args, CustomResourceOptions options)
type: akeyless:RotatedSecretGcp
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. RotatedSecretGcpArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. RotatedSecretGcpArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. RotatedSecretGcpArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. RotatedSecretGcpArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. RotatedSecretGcpArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var rotatedSecretGcpResource = new Akeyless.RotatedSecretGcp("rotatedSecretGcpResource", new()
{
    RotatorType = "string",
    TargetName = "string",
    Key = "string",
    GcpKey = "string",
    GcpServiceAccountEmail = "string",
    GcpServiceAccountKeyId = "string",
    AuthenticationCredentials = "string",
    Name = "string",
    PasswordLength = "string",
    RotatedSecretGcpId = "string",
    RotationHour = 0,
    RotationInterval = "string",
    Description = "string",
    Tags = new[]
    {
        "string",
    },
    AutoRotate = "string",
});
Copy
example, err := akeyless.NewRotatedSecretGcp(ctx, "rotatedSecretGcpResource", &akeyless.RotatedSecretGcpArgs{
	RotatorType:               pulumi.String("string"),
	TargetName:                pulumi.String("string"),
	Key:                       pulumi.String("string"),
	GcpKey:                    pulumi.String("string"),
	GcpServiceAccountEmail:    pulumi.String("string"),
	GcpServiceAccountKeyId:    pulumi.String("string"),
	AuthenticationCredentials: pulumi.String("string"),
	Name:                      pulumi.String("string"),
	PasswordLength:            pulumi.String("string"),
	RotatedSecretGcpId:        pulumi.String("string"),
	RotationHour:              pulumi.Float64(0),
	RotationInterval:          pulumi.String("string"),
	Description:               pulumi.String("string"),
	Tags: pulumi.StringArray{
		pulumi.String("string"),
	},
	AutoRotate: pulumi.String("string"),
})
Copy
var rotatedSecretGcpResource = new RotatedSecretGcp("rotatedSecretGcpResource", RotatedSecretGcpArgs.builder()
    .rotatorType("string")
    .targetName("string")
    .key("string")
    .gcpKey("string")
    .gcpServiceAccountEmail("string")
    .gcpServiceAccountKeyId("string")
    .authenticationCredentials("string")
    .name("string")
    .passwordLength("string")
    .rotatedSecretGcpId("string")
    .rotationHour(0)
    .rotationInterval("string")
    .description("string")
    .tags("string")
    .autoRotate("string")
    .build());
Copy
rotated_secret_gcp_resource = akeyless.RotatedSecretGcp("rotatedSecretGcpResource",
    rotator_type="string",
    target_name="string",
    key="string",
    gcp_key="string",
    gcp_service_account_email="string",
    gcp_service_account_key_id="string",
    authentication_credentials="string",
    name="string",
    password_length="string",
    rotated_secret_gcp_id="string",
    rotation_hour=0,
    rotation_interval="string",
    description="string",
    tags=["string"],
    auto_rotate="string")
Copy
const rotatedSecretGcpResource = new akeyless.RotatedSecretGcp("rotatedSecretGcpResource", {
    rotatorType: "string",
    targetName: "string",
    key: "string",
    gcpKey: "string",
    gcpServiceAccountEmail: "string",
    gcpServiceAccountKeyId: "string",
    authenticationCredentials: "string",
    name: "string",
    passwordLength: "string",
    rotatedSecretGcpId: "string",
    rotationHour: 0,
    rotationInterval: "string",
    description: "string",
    tags: ["string"],
    autoRotate: "string",
});
Copy
type: akeyless:RotatedSecretGcp
properties:
    authenticationCredentials: string
    autoRotate: string
    description: string
    gcpKey: string
    gcpServiceAccountEmail: string
    gcpServiceAccountKeyId: string
    key: string
    name: string
    passwordLength: string
    rotatedSecretGcpId: string
    rotationHour: 0
    rotationInterval: string
    rotatorType: string
    tags:
        - string
    targetName: string
Copy

RotatedSecretGcp Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The RotatedSecretGcp resource accepts the following input properties:

RotatorType This property is required. string
The rotator type [target/service-account-rotator]
TargetName This property is required. string
The target name to associate
AuthenticationCredentials string
The credentials to connect with [use-self-creds/use-target-creds]
AutoRotate string
Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
Description string
Description of the object
GcpKey string
Base64-encoded service account private key text
GcpServiceAccountEmail string
The email of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
GcpServiceAccountKeyId string
The key id of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
Key string
The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
Name string
Secret name
PasswordLength string
The length of the password to be generated
RotatedSecretGcpId string
The ID of this resource.
RotationHour double
The Hour of the rotation in UTC
RotationInterval string
The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
Tags List<string>
List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
RotatorType This property is required. string
The rotator type [target/service-account-rotator]
TargetName This property is required. string
The target name to associate
AuthenticationCredentials string
The credentials to connect with [use-self-creds/use-target-creds]
AutoRotate string
Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
Description string
Description of the object
GcpKey string
Base64-encoded service account private key text
GcpServiceAccountEmail string
The email of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
GcpServiceAccountKeyId string
The key id of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
Key string
The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
Name string
Secret name
PasswordLength string
The length of the password to be generated
RotatedSecretGcpId string
The ID of this resource.
RotationHour float64
The Hour of the rotation in UTC
RotationInterval string
The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
Tags []string
List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
rotatorType This property is required. String
The rotator type [target/service-account-rotator]
targetName This property is required. String
The target name to associate
authenticationCredentials String
The credentials to connect with [use-self-creds/use-target-creds]
autoRotate String
Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
description String
Description of the object
gcpKey String
Base64-encoded service account private key text
gcpServiceAccountEmail String
The email of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
gcpServiceAccountKeyId String
The key id of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
key String
The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
name String
Secret name
passwordLength String
The length of the password to be generated
rotatedSecretGcpId String
The ID of this resource.
rotationHour Double
The Hour of the rotation in UTC
rotationInterval String
The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
tags List<String>
List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
rotatorType This property is required. string
The rotator type [target/service-account-rotator]
targetName This property is required. string
The target name to associate
authenticationCredentials string
The credentials to connect with [use-self-creds/use-target-creds]
autoRotate string
Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
description string
Description of the object
gcpKey string
Base64-encoded service account private key text
gcpServiceAccountEmail string
The email of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
gcpServiceAccountKeyId string
The key id of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
key string
The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
name string
Secret name
passwordLength string
The length of the password to be generated
rotatedSecretGcpId string
The ID of this resource.
rotationHour number
The Hour of the rotation in UTC
rotationInterval string
The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
tags string[]
List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
rotator_type This property is required. str
The rotator type [target/service-account-rotator]
target_name This property is required. str
The target name to associate
authentication_credentials str
The credentials to connect with [use-self-creds/use-target-creds]
auto_rotate str
Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
description str
Description of the object
gcp_key str
Base64-encoded service account private key text
gcp_service_account_email str
The email of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
gcp_service_account_key_id str
The key id of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
key str
The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
name str
Secret name
password_length str
The length of the password to be generated
rotated_secret_gcp_id str
The ID of this resource.
rotation_hour float
The Hour of the rotation in UTC
rotation_interval str
The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
tags Sequence[str]
List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
rotatorType This property is required. String
The rotator type [target/service-account-rotator]
targetName This property is required. String
The target name to associate
authenticationCredentials String
The credentials to connect with [use-self-creds/use-target-creds]
autoRotate String
Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
description String
Description of the object
gcpKey String
Base64-encoded service account private key text
gcpServiceAccountEmail String
The email of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
gcpServiceAccountKeyId String
The key id of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
key String
The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
name String
Secret name
passwordLength String
The length of the password to be generated
rotatedSecretGcpId String
The ID of this resource.
rotationHour Number
The Hour of the rotation in UTC
rotationInterval String
The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
tags List<String>
List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2

Outputs

All input properties are implicitly available as output properties. Additionally, the RotatedSecretGcp resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing RotatedSecretGcp Resource

Get an existing RotatedSecretGcp resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: RotatedSecretGcpState, opts?: CustomResourceOptions): RotatedSecretGcp
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        authentication_credentials: Optional[str] = None,
        auto_rotate: Optional[str] = None,
        description: Optional[str] = None,
        gcp_key: Optional[str] = None,
        gcp_service_account_email: Optional[str] = None,
        gcp_service_account_key_id: Optional[str] = None,
        key: Optional[str] = None,
        name: Optional[str] = None,
        password_length: Optional[str] = None,
        rotated_secret_gcp_id: Optional[str] = None,
        rotation_hour: Optional[float] = None,
        rotation_interval: Optional[str] = None,
        rotator_type: Optional[str] = None,
        tags: Optional[Sequence[str]] = None,
        target_name: Optional[str] = None) -> RotatedSecretGcp
func GetRotatedSecretGcp(ctx *Context, name string, id IDInput, state *RotatedSecretGcpState, opts ...ResourceOption) (*RotatedSecretGcp, error)
public static RotatedSecretGcp Get(string name, Input<string> id, RotatedSecretGcpState? state, CustomResourceOptions? opts = null)
public static RotatedSecretGcp get(String name, Output<String> id, RotatedSecretGcpState state, CustomResourceOptions options)
resources:  _:    type: akeyless:RotatedSecretGcp    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
AuthenticationCredentials string
The credentials to connect with [use-self-creds/use-target-creds]
AutoRotate string
Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
Description string
Description of the object
GcpKey string
Base64-encoded service account private key text
GcpServiceAccountEmail string
The email of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
GcpServiceAccountKeyId string
The key id of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
Key string
The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
Name string
Secret name
PasswordLength string
The length of the password to be generated
RotatedSecretGcpId string
The ID of this resource.
RotationHour double
The Hour of the rotation in UTC
RotationInterval string
The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
RotatorType string
The rotator type [target/service-account-rotator]
Tags List<string>
List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
TargetName string
The target name to associate
AuthenticationCredentials string
The credentials to connect with [use-self-creds/use-target-creds]
AutoRotate string
Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
Description string
Description of the object
GcpKey string
Base64-encoded service account private key text
GcpServiceAccountEmail string
The email of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
GcpServiceAccountKeyId string
The key id of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
Key string
The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
Name string
Secret name
PasswordLength string
The length of the password to be generated
RotatedSecretGcpId string
The ID of this resource.
RotationHour float64
The Hour of the rotation in UTC
RotationInterval string
The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
RotatorType string
The rotator type [target/service-account-rotator]
Tags []string
List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
TargetName string
The target name to associate
authenticationCredentials String
The credentials to connect with [use-self-creds/use-target-creds]
autoRotate String
Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
description String
Description of the object
gcpKey String
Base64-encoded service account private key text
gcpServiceAccountEmail String
The email of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
gcpServiceAccountKeyId String
The key id of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
key String
The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
name String
Secret name
passwordLength String
The length of the password to be generated
rotatedSecretGcpId String
The ID of this resource.
rotationHour Double
The Hour of the rotation in UTC
rotationInterval String
The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
rotatorType String
The rotator type [target/service-account-rotator]
tags List<String>
List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
targetName String
The target name to associate
authenticationCredentials string
The credentials to connect with [use-self-creds/use-target-creds]
autoRotate string
Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
description string
Description of the object
gcpKey string
Base64-encoded service account private key text
gcpServiceAccountEmail string
The email of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
gcpServiceAccountKeyId string
The key id of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
key string
The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
name string
Secret name
passwordLength string
The length of the password to be generated
rotatedSecretGcpId string
The ID of this resource.
rotationHour number
The Hour of the rotation in UTC
rotationInterval string
The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
rotatorType string
The rotator type [target/service-account-rotator]
tags string[]
List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
targetName string
The target name to associate
authentication_credentials str
The credentials to connect with [use-self-creds/use-target-creds]
auto_rotate str
Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
description str
Description of the object
gcp_key str
Base64-encoded service account private key text
gcp_service_account_email str
The email of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
gcp_service_account_key_id str
The key id of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
key str
The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
name str
Secret name
password_length str
The length of the password to be generated
rotated_secret_gcp_id str
The ID of this resource.
rotation_hour float
The Hour of the rotation in UTC
rotation_interval str
The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
rotator_type str
The rotator type [target/service-account-rotator]
tags Sequence[str]
List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
target_name str
The target name to associate
authenticationCredentials String
The credentials to connect with [use-self-creds/use-target-creds]
autoRotate String
Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
description String
Description of the object
gcpKey String
Base64-encoded service account private key text
gcpServiceAccountEmail String
The email of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
gcpServiceAccountKeyId String
The key id of the gcp service account to rotate (relevant only when rotator-type=servcie-account-rotator)
key String
The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
name String
Secret name
passwordLength String
The length of the password to be generated
rotatedSecretGcpId String
The ID of this resource.
rotationHour Number
The Hour of the rotation in UTC
rotationInterval String
The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
rotatorType String
The rotator type [target/service-account-rotator]
tags List<String>
List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
targetName String
The target name to associate

Package Details

Repository
akeyless akeyless-community/terraform-provider-akeyless
License
Notes
This Pulumi package is based on the akeyless Terraform Provider.