1. Packages
  2. Bitwarden Provider
  3. API Docs
  4. getOrgCollection
bitwarden 0.13.6 published on Thursday, Apr 17, 2025 by maxlaverse

bitwarden.getOrgCollection

Explore with Pulumi AI

bitwarden logo
bitwarden 0.13.6 published on Thursday, Apr 17, 2025 by maxlaverse

    Use this data source to get information on an existing organization collection.

    Using getOrgCollection

    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 getOrgCollection(args: GetOrgCollectionArgs, opts?: InvokeOptions): Promise<GetOrgCollectionResult>
    function getOrgCollectionOutput(args: GetOrgCollectionOutputArgs, opts?: InvokeOptions): Output<GetOrgCollectionResult>
    def get_org_collection(id: Optional[str] = None,
                           organization_id: Optional[str] = None,
                           search: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetOrgCollectionResult
    def get_org_collection_output(id: Optional[pulumi.Input[str]] = None,
                           organization_id: Optional[pulumi.Input[str]] = None,
                           search: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetOrgCollectionResult]
    func LookupOrgCollection(ctx *Context, args *LookupOrgCollectionArgs, opts ...InvokeOption) (*LookupOrgCollectionResult, error)
    func LookupOrgCollectionOutput(ctx *Context, args *LookupOrgCollectionOutputArgs, opts ...InvokeOption) LookupOrgCollectionResultOutput

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

    public static class GetOrgCollection 
    {
        public static Task<GetOrgCollectionResult> InvokeAsync(GetOrgCollectionArgs args, InvokeOptions? opts = null)
        public static Output<GetOrgCollectionResult> Invoke(GetOrgCollectionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOrgCollectionResult> getOrgCollection(GetOrgCollectionArgs args, InvokeOptions options)
    public static Output<GetOrgCollectionResult> getOrgCollection(GetOrgCollectionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: bitwarden:index/getOrgCollection:getOrgCollection
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OrganizationId string
    Identifier of the organization.
    Id string
    Identifier.
    Search string
    Search items matching the search string.
    OrganizationId string
    Identifier of the organization.
    Id string
    Identifier.
    Search string
    Search items matching the search string.
    organizationId String
    Identifier of the organization.
    id String
    Identifier.
    search String
    Search items matching the search string.
    organizationId string
    Identifier of the organization.
    id string
    Identifier.
    search string
    Search items matching the search string.
    organization_id str
    Identifier of the organization.
    id str
    Identifier.
    search str
    Search items matching the search string.
    organizationId String
    Identifier of the organization.
    id String
    Identifier.
    search String
    Search items matching the search string.

    getOrgCollection Result

    The following output properties are available:

    Members List<GetOrgCollectionMember>
    [Experimental] Member of a collection.
    Name string
    Name.
    OrganizationId string
    Identifier of the organization.
    Id string
    Identifier.
    Search string
    Search items matching the search string.
    Members []GetOrgCollectionMember
    [Experimental] Member of a collection.
    Name string
    Name.
    OrganizationId string
    Identifier of the organization.
    Id string
    Identifier.
    Search string
    Search items matching the search string.
    members List<GetOrgCollectionMember>
    [Experimental] Member of a collection.
    name String
    Name.
    organizationId String
    Identifier of the organization.
    id String
    Identifier.
    search String
    Search items matching the search string.
    members GetOrgCollectionMember[]
    [Experimental] Member of a collection.
    name string
    Name.
    organizationId string
    Identifier of the organization.
    id string
    Identifier.
    search string
    Search items matching the search string.
    members Sequence[GetOrgCollectionMember]
    [Experimental] Member of a collection.
    name str
    Name.
    organization_id str
    Identifier of the organization.
    id str
    Identifier.
    search str
    Search items matching the search string.
    members List<Property Map>
    [Experimental] Member of a collection.
    name String
    Name.
    organizationId String
    Identifier of the organization.
    id String
    Identifier.
    search String
    Search items matching the search string.

    Supporting Types

    GetOrgCollectionMember

    HidePasswords bool
    Id string
    ReadOnly bool
    HidePasswords bool
    Id string
    ReadOnly bool
    hidePasswords Boolean
    id String
    readOnly Boolean
    hidePasswords boolean
    id string
    readOnly boolean
    hidePasswords Boolean
    id String
    readOnly Boolean

    Package Details

    Repository
    bitwarden maxlaverse/terraform-provider-bitwarden
    License
    Notes
    This Pulumi package is based on the bitwarden Terraform Provider.
    bitwarden logo
    bitwarden 0.13.6 published on Thursday, Apr 17, 2025 by maxlaverse