1. Packages
  2. Packages
  3. Akeyless Provider
  4. API Docs
  5. FolderSyncAll
Viewing docs for akeyless 2.0.2
published on Thursday, Jun 18, 2026 by akeyless-community
Viewing docs for akeyless 2.0.2
published on Thursday, Jun 18, 2026 by akeyless-community

    Folder sync all resource

    Create FolderSyncAll Resource

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

    Constructor syntax

    new FolderSyncAll(name: string, args?: FolderSyncAllArgs, opts?: CustomResourceOptions);
    @overload
    def FolderSyncAll(resource_name: str,
                      args: Optional[FolderSyncAllArgs] = None,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def FolderSyncAll(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      accessibility: Optional[str] = None,
                      name: Optional[str] = None)
    func NewFolderSyncAll(ctx *Context, name string, args *FolderSyncAllArgs, opts ...ResourceOption) (*FolderSyncAll, error)
    public FolderSyncAll(string name, FolderSyncAllArgs? args = null, CustomResourceOptions? opts = null)
    public FolderSyncAll(String name, FolderSyncAllArgs args)
    public FolderSyncAll(String name, FolderSyncAllArgs args, CustomResourceOptions options)
    
    type: akeyless:FolderSyncAll
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "akeyless_foldersyncall" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args FolderSyncAllArgs
    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 FolderSyncAllArgs
    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 FolderSyncAllArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FolderSyncAllArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FolderSyncAllArgs
    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 folderSyncAllResource = new Akeyless.FolderSyncAll("folderSyncAllResource", new()
    {
        Accessibility = "string",
        Name = "string",
    });
    
    example, err := akeyless.NewFolderSyncAll(ctx, "folderSyncAllResource", &akeyless.FolderSyncAllArgs{
    	Accessibility: pulumi.String("string"),
    	Name:          pulumi.String("string"),
    })
    
    resource "akeyless_foldersyncall" "folderSyncAllResource" {
      accessibility = "string"
      name          = "string"
    }
    
    var folderSyncAllResource = new FolderSyncAll("folderSyncAllResource", FolderSyncAllArgs.builder()
        .accessibility("string")
        .name("string")
        .build());
    
    folder_sync_all_resource = akeyless.FolderSyncAll("folderSyncAllResource",
        accessibility="string",
        name="string")
    
    const folderSyncAllResource = new akeyless.FolderSyncAll("folderSyncAllResource", {
        accessibility: "string",
        name: "string",
    });
    
    type: akeyless:FolderSyncAll
    properties:
        accessibility: string
        name: string
    

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

    Accessibility string
    For personal password manager
    Name string
    Folder name
    Accessibility string
    For personal password manager
    Name string
    Folder name
    accessibility string
    For personal password manager
    name string
    Folder name
    accessibility String
    For personal password manager
    name String
    Folder name
    accessibility string
    For personal password manager
    name string
    Folder name
    accessibility str
    For personal password manager
    name str
    Folder name
    accessibility String
    For personal password manager
    name String
    Folder name

    Outputs

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

    Get an existing FolderSyncAll 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?: FolderSyncAllState, opts?: CustomResourceOptions): FolderSyncAll
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            accessibility: Optional[str] = None,
            name: Optional[str] = None) -> FolderSyncAll
    func GetFolderSyncAll(ctx *Context, name string, id IDInput, state *FolderSyncAllState, opts ...ResourceOption) (*FolderSyncAll, error)
    public static FolderSyncAll Get(string name, Input<string> id, FolderSyncAllState? state, CustomResourceOptions? opts = null)
    public static FolderSyncAll get(String name, Output<String> id, FolderSyncAllState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:FolderSyncAll    get:      id: ${id}
    import {
      to = akeyless_foldersyncall.example
      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:
    Accessibility string
    For personal password manager
    Name string
    Folder name
    Accessibility string
    For personal password manager
    Name string
    Folder name
    accessibility string
    For personal password manager
    name string
    Folder name
    accessibility String
    For personal password manager
    name String
    Folder name
    accessibility string
    For personal password manager
    name string
    Folder name
    accessibility str
    For personal password manager
    name str
    Folder name
    accessibility String
    For personal password manager
    name String
    Folder name

    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.2
    published on Thursday, Jun 18, 2026 by akeyless-community

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial