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

akeyless.RotatedSecretAzure

Explore with Pulumi AI

akeyless logo
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community

    Azure rotated secret resource

    Create RotatedSecretAzure Resource

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

    Constructor syntax

    new RotatedSecretAzure(name: string, args: RotatedSecretAzureArgs, opts?: CustomResourceOptions);
    @overload
    def RotatedSecretAzure(resource_name: str,
                           args: RotatedSecretAzureArgs,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def RotatedSecretAzure(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           rotator_type: Optional[str] = None,
                           target_name: Optional[str] = None,
                           auto_rotate: Optional[str] = None,
                           rotated_secret_azure_id: Optional[str] = None,
                           api_id: Optional[str] = None,
                           description: Optional[str] = None,
                           key: Optional[str] = None,
                           name: Optional[str] = None,
                           password_length: Optional[str] = None,
                           authentication_credentials: Optional[str] = None,
                           rotation_hour: Optional[float] = None,
                           rotation_interval: Optional[str] = None,
                           app_id: Optional[str] = None,
                           storage_account_key_name: Optional[str] = None,
                           tags: Optional[Sequence[str]] = None,
                           api_key: Optional[str] = None,
                           username: Optional[str] = None)
    func NewRotatedSecretAzure(ctx *Context, name string, args RotatedSecretAzureArgs, opts ...ResourceOption) (*RotatedSecretAzure, error)
    public RotatedSecretAzure(string name, RotatedSecretAzureArgs args, CustomResourceOptions? opts = null)
    public RotatedSecretAzure(String name, RotatedSecretAzureArgs args)
    public RotatedSecretAzure(String name, RotatedSecretAzureArgs args, CustomResourceOptions options)
    
    type: akeyless:RotatedSecretAzure
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args RotatedSecretAzureArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args RotatedSecretAzureArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args RotatedSecretAzureArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RotatedSecretAzureArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RotatedSecretAzureArgs
    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 rotatedSecretAzureResource = new Akeyless.RotatedSecretAzure("rotatedSecretAzureResource", new()
    {
        RotatorType = "string",
        TargetName = "string",
        AutoRotate = "string",
        RotatedSecretAzureId = "string",
        ApiId = "string",
        Description = "string",
        Key = "string",
        Name = "string",
        PasswordLength = "string",
        AuthenticationCredentials = "string",
        RotationHour = 0,
        RotationInterval = "string",
        AppId = "string",
        StorageAccountKeyName = "string",
        Tags = new[]
        {
            "string",
        },
        ApiKey = "string",
        Username = "string",
    });
    
    example, err := akeyless.NewRotatedSecretAzure(ctx, "rotatedSecretAzureResource", &akeyless.RotatedSecretAzureArgs{
    	RotatorType:               pulumi.String("string"),
    	TargetName:                pulumi.String("string"),
    	AutoRotate:                pulumi.String("string"),
    	RotatedSecretAzureId:      pulumi.String("string"),
    	ApiId:                     pulumi.String("string"),
    	Description:               pulumi.String("string"),
    	Key:                       pulumi.String("string"),
    	Name:                      pulumi.String("string"),
    	PasswordLength:            pulumi.String("string"),
    	AuthenticationCredentials: pulumi.String("string"),
    	RotationHour:              pulumi.Float64(0),
    	RotationInterval:          pulumi.String("string"),
    	AppId:                     pulumi.String("string"),
    	StorageAccountKeyName:     pulumi.String("string"),
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ApiKey:   pulumi.String("string"),
    	Username: pulumi.String("string"),
    })
    
    var rotatedSecretAzureResource = new RotatedSecretAzure("rotatedSecretAzureResource", RotatedSecretAzureArgs.builder()
        .rotatorType("string")
        .targetName("string")
        .autoRotate("string")
        .rotatedSecretAzureId("string")
        .apiId("string")
        .description("string")
        .key("string")
        .name("string")
        .passwordLength("string")
        .authenticationCredentials("string")
        .rotationHour(0)
        .rotationInterval("string")
        .appId("string")
        .storageAccountKeyName("string")
        .tags("string")
        .apiKey("string")
        .username("string")
        .build());
    
    rotated_secret_azure_resource = akeyless.RotatedSecretAzure("rotatedSecretAzureResource",
        rotator_type="string",
        target_name="string",
        auto_rotate="string",
        rotated_secret_azure_id="string",
        api_id="string",
        description="string",
        key="string",
        name="string",
        password_length="string",
        authentication_credentials="string",
        rotation_hour=0,
        rotation_interval="string",
        app_id="string",
        storage_account_key_name="string",
        tags=["string"],
        api_key="string",
        username="string")
    
    const rotatedSecretAzureResource = new akeyless.RotatedSecretAzure("rotatedSecretAzureResource", {
        rotatorType: "string",
        targetName: "string",
        autoRotate: "string",
        rotatedSecretAzureId: "string",
        apiId: "string",
        description: "string",
        key: "string",
        name: "string",
        passwordLength: "string",
        authenticationCredentials: "string",
        rotationHour: 0,
        rotationInterval: "string",
        appId: "string",
        storageAccountKeyName: "string",
        tags: ["string"],
        apiKey: "string",
        username: "string",
    });
    
    type: akeyless:RotatedSecretAzure
    properties:
        apiId: string
        apiKey: string
        appId: string
        authenticationCredentials: string
        autoRotate: string
        description: string
        key: string
        name: string
        passwordLength: string
        rotatedSecretAzureId: string
        rotationHour: 0
        rotationInterval: string
        rotatorType: string
        storageAccountKeyName: string
        tags:
            - string
        targetName: string
        username: string
    

    RotatedSecretAzure 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 RotatedSecretAzure resource accepts the following input properties:

    RotatorType string
    The rotator type [target/password/api-key/azure-storage-account]
    TargetName string
    The target name to associate
    ApiId string
    API ID to rotate (relevant only for rotator-type=api-key)
    ApiKey string
    API key to rotate (relevant only for rotator-type=api-key)
    AppId string
    Id of the azure app that hold the serect to be rotated (relevant only for rotator-type=api-key & authentication-credentials=use-target-creds)
    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
    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
    RotatedSecretAzureId 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
    StorageAccountKeyName string
    The name of the storage account key to rotate key1/key2/kerb1/kerb2
    Tags List<string>
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    Username string
    The user principal name to rotate his password (relevant only for rotator-type=password)
    RotatorType string
    The rotator type [target/password/api-key/azure-storage-account]
    TargetName string
    The target name to associate
    ApiId string
    API ID to rotate (relevant only for rotator-type=api-key)
    ApiKey string
    API key to rotate (relevant only for rotator-type=api-key)
    AppId string
    Id of the azure app that hold the serect to be rotated (relevant only for rotator-type=api-key & authentication-credentials=use-target-creds)
    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
    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
    RotatedSecretAzureId 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
    StorageAccountKeyName string
    The name of the storage account key to rotate key1/key2/kerb1/kerb2
    Tags []string
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    Username string
    The user principal name to rotate his password (relevant only for rotator-type=password)
    rotatorType String
    The rotator type [target/password/api-key/azure-storage-account]
    targetName String
    The target name to associate
    apiId String
    API ID to rotate (relevant only for rotator-type=api-key)
    apiKey String
    API key to rotate (relevant only for rotator-type=api-key)
    appId String
    Id of the azure app that hold the serect to be rotated (relevant only for rotator-type=api-key & authentication-credentials=use-target-creds)
    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
    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
    rotatedSecretAzureId 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
    storageAccountKeyName String
    The name of the storage account key to rotate key1/key2/kerb1/kerb2
    tags List<String>
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    username String
    The user principal name to rotate his password (relevant only for rotator-type=password)
    rotatorType string
    The rotator type [target/password/api-key/azure-storage-account]
    targetName string
    The target name to associate
    apiId string
    API ID to rotate (relevant only for rotator-type=api-key)
    apiKey string
    API key to rotate (relevant only for rotator-type=api-key)
    appId string
    Id of the azure app that hold the serect to be rotated (relevant only for rotator-type=api-key & authentication-credentials=use-target-creds)
    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
    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
    rotatedSecretAzureId 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
    storageAccountKeyName string
    The name of the storage account key to rotate key1/key2/kerb1/kerb2
    tags string[]
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    username string
    The user principal name to rotate his password (relevant only for rotator-type=password)
    rotator_type str
    The rotator type [target/password/api-key/azure-storage-account]
    target_name str
    The target name to associate
    api_id str
    API ID to rotate (relevant only for rotator-type=api-key)
    api_key str
    API key to rotate (relevant only for rotator-type=api-key)
    app_id str
    Id of the azure app that hold the serect to be rotated (relevant only for rotator-type=api-key & authentication-credentials=use-target-creds)
    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
    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_azure_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
    storage_account_key_name str
    The name of the storage account key to rotate key1/key2/kerb1/kerb2
    tags Sequence[str]
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    username str
    The user principal name to rotate his password (relevant only for rotator-type=password)
    rotatorType String
    The rotator type [target/password/api-key/azure-storage-account]
    targetName String
    The target name to associate
    apiId String
    API ID to rotate (relevant only for rotator-type=api-key)
    apiKey String
    API key to rotate (relevant only for rotator-type=api-key)
    appId String
    Id of the azure app that hold the serect to be rotated (relevant only for rotator-type=api-key & authentication-credentials=use-target-creds)
    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
    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
    rotatedSecretAzureId 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
    storageAccountKeyName String
    The name of the storage account key to rotate key1/key2/kerb1/kerb2
    tags List<String>
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    username String
    The user principal name to rotate his password (relevant only for rotator-type=password)

    Outputs

    All input properties are implicitly available as output properties. Additionally, the RotatedSecretAzure 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 RotatedSecretAzure Resource

    Get an existing RotatedSecretAzure 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?: RotatedSecretAzureState, opts?: CustomResourceOptions): RotatedSecretAzure
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            api_id: Optional[str] = None,
            api_key: Optional[str] = None,
            app_id: Optional[str] = None,
            authentication_credentials: Optional[str] = None,
            auto_rotate: Optional[str] = None,
            description: Optional[str] = None,
            key: Optional[str] = None,
            name: Optional[str] = None,
            password_length: Optional[str] = None,
            rotated_secret_azure_id: Optional[str] = None,
            rotation_hour: Optional[float] = None,
            rotation_interval: Optional[str] = None,
            rotator_type: Optional[str] = None,
            storage_account_key_name: Optional[str] = None,
            tags: Optional[Sequence[str]] = None,
            target_name: Optional[str] = None,
            username: Optional[str] = None) -> RotatedSecretAzure
    func GetRotatedSecretAzure(ctx *Context, name string, id IDInput, state *RotatedSecretAzureState, opts ...ResourceOption) (*RotatedSecretAzure, error)
    public static RotatedSecretAzure Get(string name, Input<string> id, RotatedSecretAzureState? state, CustomResourceOptions? opts = null)
    public static RotatedSecretAzure get(String name, Output<String> id, RotatedSecretAzureState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:RotatedSecretAzure    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    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:
    ApiId string
    API ID to rotate (relevant only for rotator-type=api-key)
    ApiKey string
    API key to rotate (relevant only for rotator-type=api-key)
    AppId string
    Id of the azure app that hold the serect to be rotated (relevant only for rotator-type=api-key & authentication-credentials=use-target-creds)
    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
    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
    RotatedSecretAzureId 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/password/api-key/azure-storage-account]
    StorageAccountKeyName string
    The name of the storage account key to rotate key1/key2/kerb1/kerb2
    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
    Username string
    The user principal name to rotate his password (relevant only for rotator-type=password)
    ApiId string
    API ID to rotate (relevant only for rotator-type=api-key)
    ApiKey string
    API key to rotate (relevant only for rotator-type=api-key)
    AppId string
    Id of the azure app that hold the serect to be rotated (relevant only for rotator-type=api-key & authentication-credentials=use-target-creds)
    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
    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
    RotatedSecretAzureId 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/password/api-key/azure-storage-account]
    StorageAccountKeyName string
    The name of the storage account key to rotate key1/key2/kerb1/kerb2
    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
    Username string
    The user principal name to rotate his password (relevant only for rotator-type=password)
    apiId String
    API ID to rotate (relevant only for rotator-type=api-key)
    apiKey String
    API key to rotate (relevant only for rotator-type=api-key)
    appId String
    Id of the azure app that hold the serect to be rotated (relevant only for rotator-type=api-key & authentication-credentials=use-target-creds)
    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
    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
    rotatedSecretAzureId 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/password/api-key/azure-storage-account]
    storageAccountKeyName String
    The name of the storage account key to rotate key1/key2/kerb1/kerb2
    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
    username String
    The user principal name to rotate his password (relevant only for rotator-type=password)
    apiId string
    API ID to rotate (relevant only for rotator-type=api-key)
    apiKey string
    API key to rotate (relevant only for rotator-type=api-key)
    appId string
    Id of the azure app that hold the serect to be rotated (relevant only for rotator-type=api-key & authentication-credentials=use-target-creds)
    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
    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
    rotatedSecretAzureId 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/password/api-key/azure-storage-account]
    storageAccountKeyName string
    The name of the storage account key to rotate key1/key2/kerb1/kerb2
    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
    username string
    The user principal name to rotate his password (relevant only for rotator-type=password)
    api_id str
    API ID to rotate (relevant only for rotator-type=api-key)
    api_key str
    API key to rotate (relevant only for rotator-type=api-key)
    app_id str
    Id of the azure app that hold the serect to be rotated (relevant only for rotator-type=api-key & authentication-credentials=use-target-creds)
    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
    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_azure_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/password/api-key/azure-storage-account]
    storage_account_key_name str
    The name of the storage account key to rotate key1/key2/kerb1/kerb2
    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
    username str
    The user principal name to rotate his password (relevant only for rotator-type=password)
    apiId String
    API ID to rotate (relevant only for rotator-type=api-key)
    apiKey String
    API key to rotate (relevant only for rotator-type=api-key)
    appId String
    Id of the azure app that hold the serect to be rotated (relevant only for rotator-type=api-key & authentication-credentials=use-target-creds)
    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
    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
    rotatedSecretAzureId 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/password/api-key/azure-storage-account]
    storageAccountKeyName String
    The name of the storage account key to rotate key1/key2/kerb1/kerb2
    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
    username String
    The user principal name to rotate his password (relevant only for rotator-type=password)

    Package Details

    Repository
    akeyless akeyless-community/terraform-provider-akeyless
    License
    Notes
    This Pulumi package is based on the akeyless Terraform Provider.
    akeyless logo
    akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community