1. Packages
  2. Packages
  3. Ibm Provider
  4. API Docs
  5. getIsShareAccessorBindings
Viewing docs for ibm 2.1.0
published on Tuesday, May 5, 2026 by ibm-cloud
Viewing docs for ibm 2.1.0
published on Tuesday, May 5, 2026 by ibm-cloud

    Provides a read-only data source to retrieve information about a ShareAccessorBindingCollection. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const isShareAccessorBindings = ibm.getIsShareAccessorBindings({
        share: "shareId",
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    is_share_accessor_bindings = ibm.get_is_share_accessor_bindings(share="shareId")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/v2/ibm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ibm.GetIsShareAccessorBindings(ctx, &ibm.GetIsShareAccessorBindingsArgs{
    			Share: "shareId",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ibm = Pulumi.Ibm;
    
    return await Deployment.RunAsync(() => 
    {
        var isShareAccessorBindings = Ibm.GetIsShareAccessorBindings.Invoke(new()
        {
            Share = "shareId",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetIsShareAccessorBindingsArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var isShareAccessorBindings = IbmFunctions.getIsShareAccessorBindings(GetIsShareAccessorBindingsArgs.builder()
                .share("shareId")
                .build());
    
        }
    }
    
    variables:
      isShareAccessorBindings:
        fn::invoke:
          function: ibm:getIsShareAccessorBindings
          arguments:
            share: shareId
    
    Example coming soon!
    

    Using getIsShareAccessorBindings

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getIsShareAccessorBindings(args: GetIsShareAccessorBindingsArgs, opts?: InvokeOptions): Promise<GetIsShareAccessorBindingsResult>
    function getIsShareAccessorBindingsOutput(args: GetIsShareAccessorBindingsOutputArgs, opts?: InvokeOptions): Output<GetIsShareAccessorBindingsResult>
    def get_is_share_accessor_bindings(id: Optional[str] = None,
                                       share: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetIsShareAccessorBindingsResult
    def get_is_share_accessor_bindings_output(id: pulumi.Input[Optional[str]] = None,
                                       share: pulumi.Input[Optional[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetIsShareAccessorBindingsResult]
    func GetIsShareAccessorBindings(ctx *Context, args *GetIsShareAccessorBindingsArgs, opts ...InvokeOption) (*GetIsShareAccessorBindingsResult, error)
    func GetIsShareAccessorBindingsOutput(ctx *Context, args *GetIsShareAccessorBindingsOutputArgs, opts ...InvokeOption) GetIsShareAccessorBindingsResultOutput

    > Note: This function is named GetIsShareAccessorBindings in the Go SDK.

    public static class GetIsShareAccessorBindings 
    {
        public static Task<GetIsShareAccessorBindingsResult> InvokeAsync(GetIsShareAccessorBindingsArgs args, InvokeOptions? opts = null)
        public static Output<GetIsShareAccessorBindingsResult> Invoke(GetIsShareAccessorBindingsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIsShareAccessorBindingsResult> getIsShareAccessorBindings(GetIsShareAccessorBindingsArgs args, InvokeOptions options)
    public static Output<GetIsShareAccessorBindingsResult> getIsShareAccessorBindings(GetIsShareAccessorBindingsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getIsShareAccessorBindings:getIsShareAccessorBindings
      arguments:
        # arguments dictionary
    data "ibm_getisshareaccessorbindings" "name" {
        # arguments
    }

    The following arguments are supported:

    Share string
    The file share identifier.
    Id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    Share string
    The file share identifier.
    Id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    share string
    The file share identifier.
    id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    share String
    The file share identifier.
    id String
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    share string
    The file share identifier.
    id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    share str
    The file share identifier.
    id str
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    share String
    The file share identifier.
    id String
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.

    getIsShareAccessorBindings Result

    The following output properties are available:

    AccessorBindings List<GetIsShareAccessorBindingsAccessorBinding>
    (List) Collection of share accessor bindings. Nested schema for accessor_bindings:
    Id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    Share string
    AccessorBindings []GetIsShareAccessorBindingsAccessorBinding
    (List) Collection of share accessor bindings. Nested schema for accessor_bindings:
    Id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    Share string
    accessor_bindings list(object)
    (List) Collection of share accessor bindings. Nested schema for accessor_bindings:
    id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    share string
    accessorBindings List<GetIsShareAccessorBindingsAccessorBinding>
    (List) Collection of share accessor bindings. Nested schema for accessor_bindings:
    id String
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    share String
    accessorBindings GetIsShareAccessorBindingsAccessorBinding[]
    (List) Collection of share accessor bindings. Nested schema for accessor_bindings:
    id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    share string
    accessor_bindings Sequence[GetIsShareAccessorBindingsAccessorBinding]
    (List) Collection of share accessor bindings. Nested schema for accessor_bindings:
    id str
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    share str
    accessorBindings List<Property Map>
    (List) Collection of share accessor bindings. Nested schema for accessor_bindings:
    id String
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    share String

    Supporting Types

    GetIsShareAccessorBindingsAccessorBinding

    Accessors List<GetIsShareAccessorBindingsAccessorBindingAccessor>
    (List) The accessor for this share accessor binding.The resources supported by this property may expand in the future. Nested schema for accessor:
    CreatedAt string
    (String) The date and time that the share accessor binding was created.
    Href string
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    Id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    LifecycleState string
    (String) The lifecycle state of the file share accessor binding.

    • Constraints: Allowable values are: deleting, failed, pending, stable, suspended, updating, waiting.
    ResourceType string
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    Accessors []GetIsShareAccessorBindingsAccessorBindingAccessor
    (List) The accessor for this share accessor binding.The resources supported by this property may expand in the future. Nested schema for accessor:
    CreatedAt string
    (String) The date and time that the share accessor binding was created.
    Href string
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    Id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    LifecycleState string
    (String) The lifecycle state of the file share accessor binding.

    • Constraints: Allowable values are: deleting, failed, pending, stable, suspended, updating, waiting.
    ResourceType string
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    accessors list(object)
    (List) The accessor for this share accessor binding.The resources supported by this property may expand in the future. Nested schema for accessor:
    created_at string
    (String) The date and time that the share accessor binding was created.
    href string
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    lifecycle_state string
    (String) The lifecycle state of the file share accessor binding.

    • Constraints: Allowable values are: deleting, failed, pending, stable, suspended, updating, waiting.
    resource_type string
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    accessors List<GetIsShareAccessorBindingsAccessorBindingAccessor>
    (List) The accessor for this share accessor binding.The resources supported by this property may expand in the future. Nested schema for accessor:
    createdAt String
    (String) The date and time that the share accessor binding was created.
    href String
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    id String
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    lifecycleState String
    (String) The lifecycle state of the file share accessor binding.

    • Constraints: Allowable values are: deleting, failed, pending, stable, suspended, updating, waiting.
    resourceType String
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    accessors GetIsShareAccessorBindingsAccessorBindingAccessor[]
    (List) The accessor for this share accessor binding.The resources supported by this property may expand in the future. Nested schema for accessor:
    createdAt string
    (String) The date and time that the share accessor binding was created.
    href string
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    lifecycleState string
    (String) The lifecycle state of the file share accessor binding.

    • Constraints: Allowable values are: deleting, failed, pending, stable, suspended, updating, waiting.
    resourceType string
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    accessors Sequence[GetIsShareAccessorBindingsAccessorBindingAccessor]
    (List) The accessor for this share accessor binding.The resources supported by this property may expand in the future. Nested schema for accessor:
    created_at str
    (String) The date and time that the share accessor binding was created.
    href str
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    id str
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    lifecycle_state str
    (String) The lifecycle state of the file share accessor binding.

    • Constraints: Allowable values are: deleting, failed, pending, stable, suspended, updating, waiting.
    resource_type str
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    accessors List<Property Map>
    (List) The accessor for this share accessor binding.The resources supported by this property may expand in the future. Nested schema for accessor:
    createdAt String
    (String) The date and time that the share accessor binding was created.
    href String
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    id String
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    lifecycleState String
    (String) The lifecycle state of the file share accessor binding.

    • Constraints: Allowable values are: deleting, failed, pending, stable, suspended, updating, waiting.
    resourceType String
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.

    GetIsShareAccessorBindingsAccessorBindingAccessor

    Crn string
    (String) The CRN for this file share.
    Deleteds List<GetIsShareAccessorBindingsAccessorBindingAccessorDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    Href string
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    Id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    Name string
    (String) The globally unique name for this region.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
    Remotes List<GetIsShareAccessorBindingsAccessorBindingAccessorRemote>
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
    ResourceType string
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    Crn string
    (String) The CRN for this file share.
    Deleteds []GetIsShareAccessorBindingsAccessorBindingAccessorDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    Href string
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    Id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    Name string
    (String) The globally unique name for this region.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
    Remotes []GetIsShareAccessorBindingsAccessorBindingAccessorRemote
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
    ResourceType string
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    crn string
    (String) The CRN for this file share.
    deleteds list(object)
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href string
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    name string
    (String) The globally unique name for this region.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
    remotes list(object)
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
    resource_type string
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    crn String
    (String) The CRN for this file share.
    deleteds List<GetIsShareAccessorBindingsAccessorBindingAccessorDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href String
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    id String
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    name String
    (String) The globally unique name for this region.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
    remotes List<GetIsShareAccessorBindingsAccessorBindingAccessorRemote>
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
    resourceType String
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    crn string
    (String) The CRN for this file share.
    deleteds GetIsShareAccessorBindingsAccessorBindingAccessorDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href string
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    name string
    (String) The globally unique name for this region.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
    remotes GetIsShareAccessorBindingsAccessorBindingAccessorRemote[]
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
    resourceType string
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    crn str
    (String) The CRN for this file share.
    deleteds Sequence[GetIsShareAccessorBindingsAccessorBindingAccessorDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href str
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    id str
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    name str
    (String) The globally unique name for this region.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
    remotes Sequence[GetIsShareAccessorBindingsAccessorBindingAccessorRemote]
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
    resource_type str
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    crn String
    (String) The CRN for this file share.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href String
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    id String
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    name String
    (String) The globally unique name for this region.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
    remotes List<Property Map>
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
    resourceType String
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.

    GetIsShareAccessorBindingsAccessorBindingAccessorDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    MoreInfo string
    (String) Link to documentation about deleted resources.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    more_info string
    (String) Link to documentation about deleted resources.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    moreInfo String
    (String) Link to documentation about deleted resources.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    moreInfo string
    (String) Link to documentation about deleted resources.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    more_info str
    (String) Link to documentation about deleted resources.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    moreInfo String
    (String) Link to documentation about deleted resources.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.

    GetIsShareAccessorBindingsAccessorBindingAccessorRemote

    Accounts List<GetIsShareAccessorBindingsAccessorBindingAccessorRemoteAccount>
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
    Regions List<GetIsShareAccessorBindingsAccessorBindingAccessorRemoteRegion>
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
    Accounts []GetIsShareAccessorBindingsAccessorBindingAccessorRemoteAccount
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
    Regions []GetIsShareAccessorBindingsAccessorBindingAccessorRemoteRegion
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
    accounts list(object)
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
    regions list(object)
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
    accounts List<GetIsShareAccessorBindingsAccessorBindingAccessorRemoteAccount>
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
    regions List<GetIsShareAccessorBindingsAccessorBindingAccessorRemoteRegion>
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
    accounts GetIsShareAccessorBindingsAccessorBindingAccessorRemoteAccount[]
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
    regions GetIsShareAccessorBindingsAccessorBindingAccessorRemoteRegion[]
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
    accounts Sequence[GetIsShareAccessorBindingsAccessorBindingAccessorRemoteAccount]
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
    regions Sequence[GetIsShareAccessorBindingsAccessorBindingAccessorRemoteRegion]
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
    accounts List<Property Map>
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
    regions List<Property Map>
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:

    GetIsShareAccessorBindingsAccessorBindingAccessorRemoteAccount

    Id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    ResourceType string
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    Id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    ResourceType string
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    resource_type string
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    id String
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    resourceType String
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    id string
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    resourceType string
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    id str
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    resource_type str
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
    id String
    (String) The unique identifier for this share accessor binding.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[-0-9a-z_]+$/.
    resourceType String
    (String) The resource type.

    • Constraints: Allowable values are: share_accessor_binding. The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.

    GetIsShareAccessorBindingsAccessorBindingAccessorRemoteRegion

    Href string
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    Name string
    (String) The globally unique name for this region.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
    Href string
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    Name string
    (String) The globally unique name for this region.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
    href string
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    name string
    (String) The globally unique name for this region.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
    href String
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    name String
    (String) The globally unique name for this region.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
    href string
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    name string
    (String) The globally unique name for this region.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
    href str
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    name str
    (String) The globally unique name for this region.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
    href String
    (String) The URL for this share accessor binding.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    name String
    (String) The globally unique name for this region.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    Viewing docs for ibm 2.1.0
    published on Tuesday, May 5, 2026 by ibm-cloud
      Try Pulumi Cloud free. Your team will thank you.