1. Packages
  2. Bitwarden Provider
  3. API Docs
  4. getOrgCollection
bitwarden 0.13.5 published on Monday, Apr 14, 2025 by maxlaverse

bitwarden.getOrgCollection

Explore with Pulumi AI

bitwarden 0.13.5 published on Monday, Apr 14, 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>
Copy
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]
Copy
func LookupOrgCollection(ctx *Context, args *LookupOrgCollectionArgs, opts ...InvokeOption) (*LookupOrgCollectionResult, error)
func LookupOrgCollectionOutput(ctx *Context, args *LookupOrgCollectionOutputArgs, opts ...InvokeOption) LookupOrgCollectionResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetOrgCollectionResult> getOrgCollection(GetOrgCollectionArgs args, InvokeOptions options)
public static Output<GetOrgCollectionResult> getOrgCollection(GetOrgCollectionArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: bitwarden:index/getOrgCollection:getOrgCollection
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

OrganizationId This property is required. string
Identifier of the organization.
Id string
Identifier.
Search string
Search items matching the search string.
OrganizationId This property is required. string
Identifier of the organization.
Id string
Identifier.
Search string
Search items matching the search string.
organizationId This property is required. String
Identifier of the organization.
id String
Identifier.
search String
Search items matching the search string.
organizationId This property is required. string
Identifier of the organization.
id string
Identifier.
search string
Search items matching the search string.
organization_id This property is required. str
Identifier of the organization.
id str
Identifier.
search str
Search items matching the search string.
organizationId This property is required. 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 This property is required. bool
Id This property is required. string
ReadOnly This property is required. bool
HidePasswords This property is required. bool
Id This property is required. string
ReadOnly This property is required. bool
hidePasswords This property is required. Boolean
id This property is required. String
readOnly This property is required. Boolean
hidePasswords This property is required. boolean
id This property is required. string
readOnly This property is required. boolean
hide_passwords This property is required. bool
id This property is required. str
read_only This property is required. bool
hidePasswords This property is required. Boolean
id This property is required. String
readOnly This property is required. Boolean

Package Details

Repository
bitwarden maxlaverse/terraform-provider-bitwarden
License
Notes
This Pulumi package is based on the bitwarden Terraform Provider.
bitwarden 0.13.5 published on Monday, Apr 14, 2025 by maxlaverse