published on Monday, Apr 27, 2026 by akeyless-community
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
- Si
Target stringName - SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
- Si
Users stringPath Template - Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
- Target
Location string - Target location in Akeyless for imported secrets
- Gateway
Migration stringServer Inventory Id - The ID of this resource.
- Name string
- Migration name
- Protection
Key string - The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
- Si
Auto stringRotate - 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 doubleHour - The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
- Si
Rotation doubleInterval - The number of days to wait between every automatic rotation 1-365
- Si
Sra stringEnable Rdp - 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 stringGroups - 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 stringIgnore - 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
- Si
Target stringName - SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
- Si
Users stringPath Template - Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
- Target
Location string - Target location in Akeyless for imported secrets
- Gateway
Migration stringServer Inventory Id - The ID of this resource.
- Name string
- Migration name
- Protection
Key string - The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
- Si
Auto stringRotate - 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 float64Hour - The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
- Si
Rotation float64Interval - The number of days to wait between every automatic rotation 1-365
- Si
Sra stringEnable Rdp - 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 stringGroups - 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 stringIgnore - 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
- si
Target StringName - SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
- si
Users StringPath Template - Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
- target
Location String - Target location in Akeyless for imported secrets
- gateway
Migration StringServer Inventory Id - The ID of this resource.
- name String
- Migration name
- protection
Key String - The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
- si
Auto StringRotate - 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 DoubleHour - The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
- si
Rotation DoubleInterval - The number of days to wait between every automatic rotation 1-365
- si
Sra StringEnable Rdp - 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 StringGroups - 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 StringIgnore - 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
- si
Target stringName - SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
- si
Users stringPath Template - Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
- target
Location string - Target location in Akeyless for imported secrets
- gateway
Migration stringServer Inventory Id - The ID of this resource.
- name string
- Migration name
- protection
Key string - The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
- si
Auto stringRotate - 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 numberHour - The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
- si
Rotation numberInterval - The number of days to wait between every automatic rotation 1-365
- si
Sra stringEnable Rdp - 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 stringGroups - 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 stringIgnore - 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_ strname - SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
- si_
users_ strpath_ template - 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_ strserver_ inventory_ id - 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_ strrotate - 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_ floathour - The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
- si_
rotation_ floatinterval - The number of days to wait between every automatic rotation 1-365
- si_
sra_ strenable_ rdp - 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_ strgroups - 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_ strignore - 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
- si
Target StringName - SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
- si
Users StringPath Template - Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
- target
Location String - Target location in Akeyless for imported secrets
- gateway
Migration StringServer Inventory Id - The ID of this resource.
- name String
- Migration name
- protection
Key String - The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
- si
Auto StringRotate - 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 NumberHour - The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
- si
Rotation NumberInterval - The number of days to wait between every automatic rotation 1-365
- si
Sra StringEnable Rdp - 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 StringGroups - 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 StringIgnore - 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.
- Migration
Id string - Migration ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Migration
Id string - Migration ID
- id String
- The provider-assigned unique ID for this managed resource.
- migration
Id String - Migration ID
- id string
- The provider-assigned unique ID for this managed resource.
- migration
Id 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.
- migration
Id 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) -> GatewayMigrationServerInventoryfunc 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.
- Gateway
Migration stringServer Inventory Id - The ID of this resource.
- Hosts string
- A comma separated list of IPs, CIDR ranges, or DNS names to scan
- Migration
Id string - Migration ID
- Name string
- Migration name
- Protection
Key string - The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
- Si
Auto stringRotate - 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 doubleHour - The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
- Si
Rotation doubleInterval - The number of days to wait between every automatic rotation 1-365
- Si
Sra stringEnable Rdp - 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 stringName - SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
- Si
User stringGroups - 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 stringIgnore - Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
- Si
Users stringPath Template - Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
- Target
Location string - Target location in Akeyless for imported secrets
- Gateway
Migration stringServer Inventory Id - The ID of this resource.
- Hosts string
- A comma separated list of IPs, CIDR ranges, or DNS names to scan
- Migration
Id string - Migration ID
- Name string
- Migration name
- Protection
Key string - The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
- Si
Auto stringRotate - 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 float64Hour - The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
- Si
Rotation float64Interval - The number of days to wait between every automatic rotation 1-365
- Si
Sra stringEnable Rdp - 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 stringName - SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
- Si
User stringGroups - 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 stringIgnore - Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
- Si
Users stringPath Template - Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
- Target
Location string - Target location in Akeyless for imported secrets
- gateway
Migration StringServer Inventory Id - The ID of this resource.
- hosts String
- A comma separated list of IPs, CIDR ranges, or DNS names to scan
- migration
Id String - Migration ID
- name String
- Migration name
- protection
Key String - The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
- si
Auto StringRotate - 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 DoubleHour - The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
- si
Rotation DoubleInterval - The number of days to wait between every automatic rotation 1-365
- si
Sra StringEnable Rdp - 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 StringName - SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
- si
User StringGroups - 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 StringIgnore - Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
- si
Users StringPath Template - Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
- target
Location String - Target location in Akeyless for imported secrets
- gateway
Migration stringServer Inventory Id - The ID of this resource.
- hosts string
- A comma separated list of IPs, CIDR ranges, or DNS names to scan
- migration
Id string - Migration ID
- name string
- Migration name
- protection
Key string - The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
- si
Auto stringRotate - 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 numberHour - The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
- si
Rotation numberInterval - The number of days to wait between every automatic rotation 1-365
- si
Sra stringEnable Rdp - 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 stringName - SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
- si
User stringGroups - 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 stringIgnore - Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
- si
Users stringPath Template - Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
- target
Location string - Target location in Akeyless for imported secrets
- gateway_
migration_ strserver_ inventory_ id - 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_ strrotate - 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_ floathour - The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
- si_
rotation_ floatinterval - The number of days to wait between every automatic rotation 1-365
- si_
sra_ strenable_ rdp - 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_ strname - SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
- si_
user_ strgroups - 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_ strignore - Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
- si_
users_ strpath_ template - 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 StringServer Inventory Id - The ID of this resource.
- hosts String
- A comma separated list of IPs, CIDR ranges, or DNS names to scan
- migration
Id String - Migration ID
- name String
- Migration name
- protection
Key String - The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
- si
Auto StringRotate - 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 NumberHour - The hour of the scheduled rotation in UTC (Relevant only for Server Inventory migration)
- si
Rotation NumberInterval - The number of days to wait between every automatic rotation 1-365
- si
Sra StringEnable Rdp - 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 StringName - SSH, Windows or Linked Target Name. (Relevant only for Server Inventory migration)
- si
User StringGroups - 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 StringIgnore - Comma-separated list of Local Users which should not be migrated (Relevant only for Server Inventory migration)
- si
Users StringPath Template - Path location template for migrating users as Rotated Secrets e.g.: .../Users/{COMPUTER_NAME}/{USERNAME} (Relevant only for Server Inventory migration)
- target
Location 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
akeylessTerraform Provider.
published on Monday, Apr 27, 2026 by akeyless-community
