1. Packages
  2. Packages
  3. Akeyless Provider
  4. API Docs
  5. GatewayMigrationServerInventory
Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community
Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community

    Server Inventory Migration resource

    Create GatewayMigrationServerInventory Resource

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

    Constructor syntax

    new GatewayMigrationServerInventory(name: string, args: GatewayMigrationServerInventoryArgs, opts?: CustomResourceOptions);
    @overload
    def GatewayMigrationServerInventory(resource_name: str,
                                        args: GatewayMigrationServerInventoryArgs,
                                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def GatewayMigrationServerInventory(resource_name: str,
                                        opts: Optional[ResourceOptions] = None,
                                        si_target_name: Optional[str] = None,
                                        hosts: Optional[str] = None,
                                        target_location: Optional[str] = None,
                                        si_users_path_template: Optional[str] = None,
                                        si_rotation_interval: Optional[float] = None,
                                        si_rotation_hour: Optional[float] = None,
                                        gateway_migration_server_inventory_id: Optional[str] = None,
                                        si_sra_enable_rdp: Optional[str] = None,
                                        si_auto_rotate: Optional[str] = None,
                                        si_user_groups: Optional[str] = None,
                                        si_users_ignore: Optional[str] = None,
                                        protection_key: Optional[str] = None,
                                        name: Optional[str] = None)
    func NewGatewayMigrationServerInventory(ctx *Context, name string, args GatewayMigrationServerInventoryArgs, opts ...ResourceOption) (*GatewayMigrationServerInventory, error)
    public GatewayMigrationServerInventory(string name, GatewayMigrationServerInventoryArgs args, CustomResourceOptions? opts = null)
    public GatewayMigrationServerInventory(String name, GatewayMigrationServerInventoryArgs args)
    public GatewayMigrationServerInventory(String name, GatewayMigrationServerInventoryArgs args, CustomResourceOptions options)
    
    type: akeyless:GatewayMigrationServerInventory
    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 GatewayMigrationServerInventoryArgs
    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 GatewayMigrationServerInventoryArgs
    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 GatewayMigrationServerInventoryArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GatewayMigrationServerInventoryArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GatewayMigrationServerInventoryArgs
    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 gatewayMigrationServerInventoryResource = new Akeyless.GatewayMigrationServerInventory("gatewayMigrationServerInventoryResource", new()
    {
        SiTargetName = "string",
        Hosts = "string",
        TargetLocation = "string",
        SiUsersPathTemplate = "string",
        SiRotationInterval = 0,
        SiRotationHour = 0,
        GatewayMigrationServerInventoryId = "string",
        SiSraEnableRdp = "string",
        SiAutoRotate = "string",
        SiUserGroups = "string",
        SiUsersIgnore = "string",
        ProtectionKey = "string",
        Name = "string",
    });
    
    example, err := akeyless.NewGatewayMigrationServerInventory(ctx, "gatewayMigrationServerInventoryResource", &akeyless.GatewayMigrationServerInventoryArgs{
    	SiTargetName:                      pulumi.String("string"),
    	Hosts:                             pulumi.String("string"),
    	TargetLocation:                    pulumi.String("string"),
    	SiUsersPathTemplate:               pulumi.String("string"),
    	SiRotationInterval:                pulumi.Float64(0),
    	SiRotationHour:                    pulumi.Float64(0),
    	GatewayMigrationServerInventoryId: pulumi.String("string"),
    	SiSraEnableRdp:                    pulumi.String("string"),
    	SiAutoRotate:                      pulumi.String("string"),
    	SiUserGroups:                      pulumi.String("string"),
    	SiUsersIgnore:                     pulumi.String("string"),
    	ProtectionKey:                     pulumi.String("string"),
    	Name:                              pulumi.String("string"),
    })
    
    var gatewayMigrationServerInventoryResource = new GatewayMigrationServerInventory("gatewayMigrationServerInventoryResource", GatewayMigrationServerInventoryArgs.builder()
        .siTargetName("string")
        .hosts("string")
        .targetLocation("string")
        .siUsersPathTemplate("string")
        .siRotationInterval(0.0)
        .siRotationHour(0.0)
        .gatewayMigrationServerInventoryId("string")
        .siSraEnableRdp("string")
        .siAutoRotate("string")
        .siUserGroups("string")
        .siUsersIgnore("string")
        .protectionKey("string")
        .name("string")
        .build());
    
    gateway_migration_server_inventory_resource = akeyless.GatewayMigrationServerInventory("gatewayMigrationServerInventoryResource",
        si_target_name="string",
        hosts="string",
        target_location="string",
        si_users_path_template="string",
        si_rotation_interval=float(0),
        si_rotation_hour=float(0),
        gateway_migration_server_inventory_id="string",
        si_sra_enable_rdp="string",
        si_auto_rotate="string",
        si_user_groups="string",
        si_users_ignore="string",
        protection_key="string",
        name="string")
    
    const gatewayMigrationServerInventoryResource = new akeyless.GatewayMigrationServerInventory("gatewayMigrationServerInventoryResource", {
        siTargetName: "string",
        hosts: "string",
        targetLocation: "string",
        siUsersPathTemplate: "string",
        siRotationInterval: 0,
        siRotationHour: 0,
        gatewayMigrationServerInventoryId: "string",
        siSraEnableRdp: "string",
        siAutoRotate: "string",
        siUserGroups: "string",
        siUsersIgnore: "string",
        protectionKey: "string",
        name: "string",
    });
    
    type: akeyless:GatewayMigrationServerInventory
    properties:
        gatewayMigrationServerInventoryId: string
        hosts: string
        name: string
        protectionKey: string
        siAutoRotate: string
        siRotationHour: 0
        siRotationInterval: 0
        siSraEnableRdp: string
        siTargetName: string
        siUserGroups: string
        siUsersIgnore: string
        siUsersPathTemplate: string
        targetLocation: string
    

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

    Hosts string
    A comma separated list of IPs, CIDR ranges, or DNS names to scan
    SiTargetName string
    SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
    SiUsersPathTemplate string
    Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
    TargetLocation string
    Target location in Akeyless for imported secrets
    GatewayMigrationServerInventoryId string
    The ID of this resource.
    Name string
    Migration name
    ProtectionKey string
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    SiAutoRotate string
    Enable/Disable automatic/recurrent rotation for migrated secrets. Default is false: only manual rotation is allowed for migrated secrets. If set to true, this command should be combined with --si-rotation-interval and --si-rotation-hour parameters (Relevant only for Server Inventory migration)
    SiRotationHour double
    The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
    SiRotationInterval double
    The number of days to wait between every automatic rotation 1-365
    SiSraEnableRdp string
    Enable/Disable RDP Secure Remote Access for the migrated local users rotated secrets. Default is false: rotated secrets will not be created with SRA (Relevant only for Server Inventory migration)
    SiUserGroups string
    Comma-separated list of groups to migrate users from. If empty, all users from all groups will be migrated (Relevant only for Server Inventory migration)
    SiUsersIgnore string
    Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
    Hosts string
    A comma separated list of IPs, CIDR ranges, or DNS names to scan
    SiTargetName string
    SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
    SiUsersPathTemplate string
    Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
    TargetLocation string
    Target location in Akeyless for imported secrets
    GatewayMigrationServerInventoryId string
    The ID of this resource.
    Name string
    Migration name
    ProtectionKey string
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    SiAutoRotate string
    Enable/Disable automatic/recurrent rotation for migrated secrets. Default is false: only manual rotation is allowed for migrated secrets. If set to true, this command should be combined with --si-rotation-interval and --si-rotation-hour parameters (Relevant only for Server Inventory migration)
    SiRotationHour float64
    The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
    SiRotationInterval float64
    The number of days to wait between every automatic rotation 1-365
    SiSraEnableRdp string
    Enable/Disable RDP Secure Remote Access for the migrated local users rotated secrets. Default is false: rotated secrets will not be created with SRA (Relevant only for Server Inventory migration)
    SiUserGroups string
    Comma-separated list of groups to migrate users from. If empty, all users from all groups will be migrated (Relevant only for Server Inventory migration)
    SiUsersIgnore string
    Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
    hosts String
    A comma separated list of IPs, CIDR ranges, or DNS names to scan
    siTargetName String
    SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
    siUsersPathTemplate String
    Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
    targetLocation String
    Target location in Akeyless for imported secrets
    gatewayMigrationServerInventoryId String
    The ID of this resource.
    name String
    Migration name
    protectionKey String
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    siAutoRotate String
    Enable/Disable automatic/recurrent rotation for migrated secrets. Default is false: only manual rotation is allowed for migrated secrets. If set to true, this command should be combined with --si-rotation-interval and --si-rotation-hour parameters (Relevant only for Server Inventory migration)
    siRotationHour Double
    The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
    siRotationInterval Double
    The number of days to wait between every automatic rotation 1-365
    siSraEnableRdp String
    Enable/Disable RDP Secure Remote Access for the migrated local users rotated secrets. Default is false: rotated secrets will not be created with SRA (Relevant only for Server Inventory migration)
    siUserGroups String
    Comma-separated list of groups to migrate users from. If empty, all users from all groups will be migrated (Relevant only for Server Inventory migration)
    siUsersIgnore String
    Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
    hosts string
    A comma separated list of IPs, CIDR ranges, or DNS names to scan
    siTargetName string
    SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
    siUsersPathTemplate string
    Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
    targetLocation string
    Target location in Akeyless for imported secrets
    gatewayMigrationServerInventoryId string
    The ID of this resource.
    name string
    Migration name
    protectionKey string
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    siAutoRotate string
    Enable/Disable automatic/recurrent rotation for migrated secrets. Default is false: only manual rotation is allowed for migrated secrets. If set to true, this command should be combined with --si-rotation-interval and --si-rotation-hour parameters (Relevant only for Server Inventory migration)
    siRotationHour number
    The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
    siRotationInterval number
    The number of days to wait between every automatic rotation 1-365
    siSraEnableRdp string
    Enable/Disable RDP Secure Remote Access for the migrated local users rotated secrets. Default is false: rotated secrets will not be created with SRA (Relevant only for Server Inventory migration)
    siUserGroups string
    Comma-separated list of groups to migrate users from. If empty, all users from all groups will be migrated (Relevant only for Server Inventory migration)
    siUsersIgnore string
    Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
    hosts str
    A comma separated list of IPs, CIDR ranges, or DNS names to scan
    si_target_name str
    SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
    si_users_path_template str
    Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
    target_location str
    Target location in Akeyless for imported secrets
    gateway_migration_server_inventory_id str
    The ID of this resource.
    name str
    Migration name
    protection_key str
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    si_auto_rotate str
    Enable/Disable automatic/recurrent rotation for migrated secrets. Default is false: only manual rotation is allowed for migrated secrets. If set to true, this command should be combined with --si-rotation-interval and --si-rotation-hour parameters (Relevant only for Server Inventory migration)
    si_rotation_hour float
    The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
    si_rotation_interval float
    The number of days to wait between every automatic rotation 1-365
    si_sra_enable_rdp str
    Enable/Disable RDP Secure Remote Access for the migrated local users rotated secrets. Default is false: rotated secrets will not be created with SRA (Relevant only for Server Inventory migration)
    si_user_groups str
    Comma-separated list of groups to migrate users from. If empty, all users from all groups will be migrated (Relevant only for Server Inventory migration)
    si_users_ignore str
    Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
    hosts String
    A comma separated list of IPs, CIDR ranges, or DNS names to scan
    siTargetName String
    SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
    siUsersPathTemplate String
    Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
    targetLocation String
    Target location in Akeyless for imported secrets
    gatewayMigrationServerInventoryId String
    The ID of this resource.
    name String
    Migration name
    protectionKey String
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    siAutoRotate String
    Enable/Disable automatic/recurrent rotation for migrated secrets. Default is false: only manual rotation is allowed for migrated secrets. If set to true, this command should be combined with --si-rotation-interval and --si-rotation-hour parameters (Relevant only for Server Inventory migration)
    siRotationHour Number
    The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
    siRotationInterval Number
    The number of days to wait between every automatic rotation 1-365
    siSraEnableRdp String
    Enable/Disable RDP Secure Remote Access for the migrated local users rotated secrets. Default is false: rotated secrets will not be created with SRA (Relevant only for Server Inventory migration)
    siUserGroups String
    Comma-separated list of groups to migrate users from. If empty, all users from all groups will be migrated (Relevant only for Server Inventory migration)
    siUsersIgnore String
    Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)

    Outputs

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

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

    Look up Existing GatewayMigrationServerInventory Resource

    Get an existing GatewayMigrationServerInventory 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?: GatewayMigrationServerInventoryState, opts?: CustomResourceOptions): GatewayMigrationServerInventory
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            gateway_migration_server_inventory_id: Optional[str] = None,
            hosts: Optional[str] = None,
            migration_id: Optional[str] = None,
            name: Optional[str] = None,
            protection_key: Optional[str] = None,
            si_auto_rotate: Optional[str] = None,
            si_rotation_hour: Optional[float] = None,
            si_rotation_interval: Optional[float] = None,
            si_sra_enable_rdp: Optional[str] = None,
            si_target_name: Optional[str] = None,
            si_user_groups: Optional[str] = None,
            si_users_ignore: Optional[str] = None,
            si_users_path_template: Optional[str] = None,
            target_location: Optional[str] = None) -> GatewayMigrationServerInventory
    func GetGatewayMigrationServerInventory(ctx *Context, name string, id IDInput, state *GatewayMigrationServerInventoryState, opts ...ResourceOption) (*GatewayMigrationServerInventory, error)
    public static GatewayMigrationServerInventory Get(string name, Input<string> id, GatewayMigrationServerInventoryState? state, CustomResourceOptions? opts = null)
    public static GatewayMigrationServerInventory get(String name, Output<String> id, GatewayMigrationServerInventoryState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:GatewayMigrationServerInventory    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:
    GatewayMigrationServerInventoryId string
    The ID of this resource.
    Hosts string
    A comma separated list of IPs, CIDR ranges, or DNS names to scan
    MigrationId string
    Migration ID
    Name string
    Migration name
    ProtectionKey string
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    SiAutoRotate string
    Enable/Disable automatic/recurrent rotation for migrated secrets. Default is false: only manual rotation is allowed for migrated secrets. If set to true, this command should be combined with --si-rotation-interval and --si-rotation-hour parameters (Relevant only for Server Inventory migration)
    SiRotationHour double
    The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
    SiRotationInterval double
    The number of days to wait between every automatic rotation 1-365
    SiSraEnableRdp string
    Enable/Disable RDP Secure Remote Access for the migrated local users rotated secrets. Default is false: rotated secrets will not be created with SRA (Relevant only for Server Inventory migration)
    SiTargetName string
    SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
    SiUserGroups string
    Comma-separated list of groups to migrate users from. If empty, all users from all groups will be migrated (Relevant only for Server Inventory migration)
    SiUsersIgnore string
    Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
    SiUsersPathTemplate string
    Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
    TargetLocation string
    Target location in Akeyless for imported secrets
    GatewayMigrationServerInventoryId string
    The ID of this resource.
    Hosts string
    A comma separated list of IPs, CIDR ranges, or DNS names to scan
    MigrationId string
    Migration ID
    Name string
    Migration name
    ProtectionKey string
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    SiAutoRotate string
    Enable/Disable automatic/recurrent rotation for migrated secrets. Default is false: only manual rotation is allowed for migrated secrets. If set to true, this command should be combined with --si-rotation-interval and --si-rotation-hour parameters (Relevant only for Server Inventory migration)
    SiRotationHour float64
    The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
    SiRotationInterval float64
    The number of days to wait between every automatic rotation 1-365
    SiSraEnableRdp string
    Enable/Disable RDP Secure Remote Access for the migrated local users rotated secrets. Default is false: rotated secrets will not be created with SRA (Relevant only for Server Inventory migration)
    SiTargetName string
    SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
    SiUserGroups string
    Comma-separated list of groups to migrate users from. If empty, all users from all groups will be migrated (Relevant only for Server Inventory migration)
    SiUsersIgnore string
    Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
    SiUsersPathTemplate string
    Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
    TargetLocation string
    Target location in Akeyless for imported secrets
    gatewayMigrationServerInventoryId String
    The ID of this resource.
    hosts String
    A comma separated list of IPs, CIDR ranges, or DNS names to scan
    migrationId String
    Migration ID
    name String
    Migration name
    protectionKey String
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    siAutoRotate String
    Enable/Disable automatic/recurrent rotation for migrated secrets. Default is false: only manual rotation is allowed for migrated secrets. If set to true, this command should be combined with --si-rotation-interval and --si-rotation-hour parameters (Relevant only for Server Inventory migration)
    siRotationHour Double
    The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
    siRotationInterval Double
    The number of days to wait between every automatic rotation 1-365
    siSraEnableRdp String
    Enable/Disable RDP Secure Remote Access for the migrated local users rotated secrets. Default is false: rotated secrets will not be created with SRA (Relevant only for Server Inventory migration)
    siTargetName String
    SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
    siUserGroups String
    Comma-separated list of groups to migrate users from. If empty, all users from all groups will be migrated (Relevant only for Server Inventory migration)
    siUsersIgnore String
    Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
    siUsersPathTemplate String
    Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
    targetLocation String
    Target location in Akeyless for imported secrets
    gatewayMigrationServerInventoryId string
    The ID of this resource.
    hosts string
    A comma separated list of IPs, CIDR ranges, or DNS names to scan
    migrationId string
    Migration ID
    name string
    Migration name
    protectionKey string
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    siAutoRotate string
    Enable/Disable automatic/recurrent rotation for migrated secrets. Default is false: only manual rotation is allowed for migrated secrets. If set to true, this command should be combined with --si-rotation-interval and --si-rotation-hour parameters (Relevant only for Server Inventory migration)
    siRotationHour number
    The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
    siRotationInterval number
    The number of days to wait between every automatic rotation 1-365
    siSraEnableRdp string
    Enable/Disable RDP Secure Remote Access for the migrated local users rotated secrets. Default is false: rotated secrets will not be created with SRA (Relevant only for Server Inventory migration)
    siTargetName string
    SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
    siUserGroups string
    Comma-separated list of groups to migrate users from. If empty, all users from all groups will be migrated (Relevant only for Server Inventory migration)
    siUsersIgnore string
    Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
    siUsersPathTemplate string
    Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
    targetLocation string
    Target location in Akeyless for imported secrets
    gateway_migration_server_inventory_id str
    The ID of this resource.
    hosts str
    A comma separated list of IPs, CIDR ranges, or DNS names to scan
    migration_id str
    Migration ID
    name str
    Migration name
    protection_key str
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    si_auto_rotate str
    Enable/Disable automatic/recurrent rotation for migrated secrets. Default is false: only manual rotation is allowed for migrated secrets. If set to true, this command should be combined with --si-rotation-interval and --si-rotation-hour parameters (Relevant only for Server Inventory migration)
    si_rotation_hour float
    The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
    si_rotation_interval float
    The number of days to wait between every automatic rotation 1-365
    si_sra_enable_rdp str
    Enable/Disable RDP Secure Remote Access for the migrated local users rotated secrets. Default is false: rotated secrets will not be created with SRA (Relevant only for Server Inventory migration)
    si_target_name str
    SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
    si_user_groups str
    Comma-separated list of groups to migrate users from. If empty, all users from all groups will be migrated (Relevant only for Server Inventory migration)
    si_users_ignore str
    Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
    si_users_path_template str
    Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
    target_location str
    Target location in Akeyless for imported secrets
    gatewayMigrationServerInventoryId String
    The ID of this resource.
    hosts String
    A comma separated list of IPs, CIDR ranges, or DNS names to scan
    migrationId String
    Migration ID
    name String
    Migration name
    protectionKey String
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    siAutoRotate String
    Enable/Disable automatic/recurrent rotation for migrated secrets. Default is false: only manual rotation is allowed for migrated secrets. If set to true, this command should be combined with --si-rotation-interval and --si-rotation-hour parameters (Relevant only for Server Inventory migration)
    siRotationHour Number
    The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
    siRotationInterval Number
    The number of days to wait between every automatic rotation 1-365
    siSraEnableRdp String
    Enable/Disable RDP Secure Remote Access for the migrated local users rotated secrets. Default is false: rotated secrets will not be created with SRA (Relevant only for Server Inventory migration)
    siTargetName String
    SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
    siUserGroups String
    Comma-separated list of groups to migrate users from. If empty, all users from all groups will be migrated (Relevant only for Server Inventory migration)
    siUsersIgnore String
    Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
    siUsersPathTemplate String
    Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
    targetLocation String
    Target location in Akeyless for imported secrets

    Package Details

    Repository
    akeyless akeyless-community/terraform-provider-akeyless
    License
    Notes
    This Pulumi package is based on the akeyless Terraform Provider.
    Viewing docs for akeyless 2.0.1
    published on Monday, Apr 27, 2026 by akeyless-community
      Try Pulumi Cloud free. Your team will thank you.