ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud
ibm.getIsShareAccessorBindings
Explore with Pulumi AI
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/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
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: Optional[pulumi.Input[str]] = None,
                                   share: Optional[pulumi.Input[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 dictionaryThe following arguments are supported:
- string
 - The file share identifier.
 - Id string
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 
- string
 - The file share identifier.
 - Id string
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 
- String
 - The file share identifier.
 - id String
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 
- string
 - The file share identifier.
 - id string
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 
- str
 - The file share identifier.
 - id str
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 
- String
 - The file share identifier.
 - id String
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 
getIsShareAccessorBindings Result
The following output properties are available:
- Accessor
Bindings List<GetIs Share Accessor Bindings Accessor Binding>  - (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 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - string
 
- Accessor
Bindings []GetIs Share Accessor Bindings Accessor Binding  - (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 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - string
 
- accessor
Bindings List<GetIs Share Accessor Bindings Accessor Binding>  - (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 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - String
 
- accessor
Bindings GetIs Share Accessor Bindings Accessor Binding[]  - (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 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - string
 
- accessor_
bindings Sequence[GetIs Share Accessor Bindings Accessor Binding]  - (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 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - str
 
- accessor
Bindings 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 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - String
 
Supporting Types
GetIsShareAccessorBindingsAccessorBinding      
- Accessors
List<Get
Is Share Accessor Bindings Accessor Binding Accessor>  - (List) The accessor for this share accessor binding.The resources supported by this property mayexpand 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 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - Id string
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - Lifecycle
State string - (String) The lifecycle state of the file share accessor binding.
- Constraints: Allowable values are: 
deleting,failed,pending,stable,suspended,updating,waiting. 
 - Constraints: Allowable values are: 
 - Resource
Type string - (String) The resource type.
- Constraints: Allowable values are: 
share_accessor_binding. The maximum length is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
- Accessors
[]Get
Is Share Accessor Bindings Accessor Binding Accessor  - (List) The accessor for this share accessor binding.The resources supported by this property mayexpand 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 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - Id string
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - Lifecycle
State string - (String) The lifecycle state of the file share accessor binding.
- Constraints: Allowable values are: 
deleting,failed,pending,stable,suspended,updating,waiting. 
 - Constraints: Allowable values are: 
 - Resource
Type string - (String) The resource type.
- Constraints: Allowable values are: 
share_accessor_binding. The maximum length is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
- accessors
List<Get
Is Share Accessor Bindings Accessor Binding Accessor>  - (List) The accessor for this share accessor binding.The resources supported by this property mayexpand 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 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - id String
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - lifecycle
State String - (String) The lifecycle state of the file share accessor binding.
- Constraints: Allowable values are: 
deleting,failed,pending,stable,suspended,updating,waiting. 
 - Constraints: Allowable values are: 
 - resource
Type String - (String) The resource type.
- Constraints: Allowable values are: 
share_accessor_binding. The maximum length is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
- accessors
Get
Is Share Accessor Bindings Accessor Binding Accessor[]  - (List) The accessor for this share accessor binding.The resources supported by this property mayexpand 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 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - id string
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - lifecycle
State string - (String) The lifecycle state of the file share accessor binding.
- Constraints: Allowable values are: 
deleting,failed,pending,stable,suspended,updating,waiting. 
 - Constraints: Allowable values are: 
 - resource
Type string - (String) The resource type.
- Constraints: Allowable values are: 
share_accessor_binding. The maximum length is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
- accessors
Sequence[Get
Is Share Accessor Bindings Accessor Binding Accessor]  - (List) The accessor for this share accessor binding.The resources supported by this property mayexpand 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 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - id str
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - lifecycle_
state str - (String) The lifecycle state of the file share accessor binding.
- Constraints: Allowable values are: 
deleting,failed,pending,stable,suspended,updating,waiting. 
 - Constraints: Allowable values are: 
 - resource_
type str - (String) The resource type.
- Constraints: Allowable values are: 
share_accessor_binding. The maximum length is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
- accessors List<Property Map>
 - (List) The accessor for this share accessor binding.The resources supported by this property mayexpand 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 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - id String
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - lifecycle
State String - (String) The lifecycle state of the file share accessor binding.
- Constraints: Allowable values are: 
deleting,failed,pending,stable,suspended,updating,waiting. 
 - Constraints: Allowable values are: 
 - resource
Type String - (String) The resource type.
- Constraints: Allowable values are: 
share_accessor_binding. The maximum length is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
GetIsShareAccessorBindingsAccessorBindingAccessor       
- Crn string
 - (String) The CRN for this file share.
 - Deleteds
List<Get
Is Share Accessor Bindings Accessor Binding Accessor Deleted>  - (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 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - Id string
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - Name string
 - (String) The globally unique name for this region.
- Constraints: The maximum length is 
63characters. The minimum length is1character. 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]))$/. 
 - Constraints: The maximum length is 
 - Remotes
List<Get
Is Share Accessor Bindings Accessor Binding Accessor Remote>  - (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 is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
- Crn string
 - (String) The CRN for this file share.
 - Deleteds
[]Get
Is Share Accessor Bindings Accessor Binding Accessor Deleted  - (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 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - Id string
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - Name string
 - (String) The globally unique name for this region.
- Constraints: The maximum length is 
63characters. The minimum length is1character. 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]))$/. 
 - Constraints: The maximum length is 
 - Remotes
[]Get
Is Share Accessor Bindings Accessor Binding Accessor Remote  - (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 is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
- crn String
 - (String) The CRN for this file share.
 - deleteds
List<Get
Is Share Accessor Bindings Accessor Binding Accessor Deleted>  - (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 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - id String
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - name String
 - (String) The globally unique name for this region.
- Constraints: The maximum length is 
63characters. The minimum length is1character. 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]))$/. 
 - Constraints: The maximum length is 
 - remotes
List<Get
Is Share Accessor Bindings Accessor Binding Accessor Remote>  - (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 is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
- crn string
 - (String) The CRN for this file share.
 - deleteds
Get
Is Share Accessor Bindings Accessor Binding Accessor Deleted[]  - (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 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - id string
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - name string
 - (String) The globally unique name for this region.
- Constraints: The maximum length is 
63characters. The minimum length is1character. 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]))$/. 
 - Constraints: The maximum length is 
 - remotes
Get
Is Share Accessor Bindings Accessor Binding Accessor Remote[]  - (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 is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
- crn str
 - (String) The CRN for this file share.
 - deleteds
Sequence[Get
Is Share Accessor Bindings Accessor Binding Accessor Deleted]  - (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 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - id str
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - name str
 - (String) The globally unique name for this region.
- Constraints: The maximum length is 
63characters. The minimum length is1character. 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]))$/. 
 - Constraints: The maximum length is 
 - remotes
Sequence[Get
Is Share Accessor Bindings Accessor Binding Accessor Remote]  - (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 is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
- 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 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - id String
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - name String
 - (String) The globally unique name for this region.
- Constraints: The maximum length is 
63characters. The minimum length is1character. 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]))$/. 
 - Constraints: The maximum length is 
 - 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:
 - resource
Type String - (String) The resource type.
- Constraints: Allowable values are: 
share_accessor_binding. The maximum length is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
GetIsShareAccessorBindingsAccessorBindingAccessorDeleted        
- More
Info string - (String) Link to documentation about deleted resources.
- Constraints: The maximum length is 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 
- More
Info string - (String) Link to documentation about deleted resources.
- Constraints: The maximum length is 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 
- more
Info String - (String) Link to documentation about deleted resources.
- Constraints: The maximum length is 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 
- more
Info string - (String) Link to documentation about deleted resources.
- Constraints: The maximum length is 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 
- more_
info str - (String) Link to documentation about deleted resources.
- Constraints: The maximum length is 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 
- more
Info String - (String) Link to documentation about deleted resources.
- Constraints: The maximum length is 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 
GetIsShareAccessorBindingsAccessorBindingAccessorRemote        
- Accounts
List<Get
Is Share Accessor Bindings Accessor Binding Accessor Remote Account>  - (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<Get
Is Share Accessor Bindings Accessor Binding Accessor Remote Region>  - (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
 
- Accounts
[]Get
Is Share Accessor Bindings Accessor Binding Accessor Remote Account  - (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
 - Regions
[]Get
Is Share Accessor Bindings Accessor Binding Accessor Remote Region  - (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<Get
Is Share Accessor Bindings Accessor Binding Accessor Remote Account>  - (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<Get
Is Share Accessor Bindings Accessor Binding Accessor Remote Region>  - (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
 
- accounts
Get
Is Share Accessor Bindings Accessor Binding Accessor Remote Account[]  - (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
 - regions
Get
Is Share Accessor Bindings Accessor Binding Accessor Remote Region[]  - (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[Get
Is Share Accessor Bindings Accessor Binding Accessor Remote Account]  - (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[Get
Is Share Accessor Bindings Accessor Binding Accessor Remote Region]  - (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 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - Resource
Type string - (String) The resource type.
- Constraints: Allowable values are: 
share_accessor_binding. The maximum length is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
- Id string
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - Resource
Type string - (String) The resource type.
- Constraints: Allowable values are: 
share_accessor_binding. The maximum length is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
- id String
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - resource
Type String - (String) The resource type.
- Constraints: Allowable values are: 
share_accessor_binding. The maximum length is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
- id string
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - resource
Type string - (String) The resource type.
- Constraints: Allowable values are: 
share_accessor_binding. The maximum length is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
- id str
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - resource_
type str - (String) The resource type.
- Constraints: Allowable values are: 
share_accessor_binding. The maximum length is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
- id String
 - (String) The unique identifier for this share accessor binding.
- Constraints: The maximum length is 
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/. 
 - Constraints: The maximum length is 
 - resource
Type String - (String) The resource type.
- Constraints: Allowable values are: 
share_accessor_binding. The maximum length is128characters. The minimum length is1character. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/. 
 - Constraints: Allowable values are: 
 
GetIsShareAccessorBindingsAccessorBindingAccessorRemoteRegion         
- Href string
 - (String) The URL for this share accessor binding.
- Constraints: The maximum length is 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - Name string
 - (String) The globally unique name for this region.
- Constraints: The maximum length is 
63characters. The minimum length is1character. 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]))$/. 
 - Constraints: The maximum length is 
 
- Href string
 - (String) The URL for this share accessor binding.
- Constraints: The maximum length is 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - Name string
 - (String) The globally unique name for this region.
- Constraints: The maximum length is 
63characters. The minimum length is1character. 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]))$/. 
 - Constraints: The maximum length is 
 
- href String
 - (String) The URL for this share accessor binding.
- Constraints: The maximum length is 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - name String
 - (String) The globally unique name for this region.
- Constraints: The maximum length is 
63characters. The minimum length is1character. 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]))$/. 
 - Constraints: The maximum length is 
 
- href string
 - (String) The URL for this share accessor binding.
- Constraints: The maximum length is 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - name string
 - (String) The globally unique name for this region.
- Constraints: The maximum length is 
63characters. The minimum length is1character. 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]))$/. 
 - Constraints: The maximum length is 
 
- href str
 - (String) The URL for this share accessor binding.
- Constraints: The maximum length is 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - name str
 - (String) The globally unique name for this region.
- Constraints: The maximum length is 
63characters. The minimum length is1character. 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]))$/. 
 - Constraints: The maximum length is 
 
- href String
 - (String) The URL for this share accessor binding.
- Constraints: The maximum length is 
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/. 
 - Constraints: The maximum length is 
 - name String
 - (String) The globally unique name for this region.
- Constraints: The maximum length is 
63characters. The minimum length is1character. 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]))$/. 
 - Constraints: The maximum length is 
 
Package Details
- Repository
 - ibm ibm-cloud/terraform-provider-ibm
 - License
 - Notes
 - This Pulumi package is based on the 
ibmTerraform Provider.