bitwarden 0.13.6 published on Thursday, Apr 17, 2025 by maxlaverse
bitwarden.getOrgCollection
Explore with Pulumi AI
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:
- Organization
Id string - Identifier of the organization.
- Id string
- Identifier.
- Search string
- Search items matching the search string.
- Organization
Id string - Identifier of the organization.
- Id string
- Identifier.
- Search string
- Search items matching the search string.
- organization
Id String - Identifier of the organization.
- id String
- Identifier.
- search String
- Search items matching the search string.
- organization
Id 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.
- organization
Id 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<Get
Org Collection Member> - [Experimental] Member of a collection.
- Name string
- Name.
- Organization
Id string - Identifier of the organization.
- Id string
- Identifier.
- Search string
- Search items matching the search string.
- Members
[]Get
Org Collection Member - [Experimental] Member of a collection.
- Name string
- Name.
- Organization
Id string - Identifier of the organization.
- Id string
- Identifier.
- Search string
- Search items matching the search string.
- members
List<Get
Org Collection Member> - [Experimental] Member of a collection.
- name String
- Name.
- organization
Id String - Identifier of the organization.
- id String
- Identifier.
- search String
- Search items matching the search string.
- members
Get
Org Collection Member[] - [Experimental] Member of a collection.
- name string
- Name.
- organization
Id string - Identifier of the organization.
- id string
- Identifier.
- search string
- Search items matching the search string.
- members
Sequence[Get
Org Collection Member] - [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.
- organization
Id String - Identifier of the organization.
- id String
- Identifier.
- search String
- Search items matching the search string.
Supporting Types
GetOrgCollectionMember
- Hide
Passwords bool - Id string
- Read
Only bool
- Hide
Passwords bool - Id string
- Read
Only bool
- hide
Passwords Boolean - id String
- read
Only Boolean
- hide
Passwords boolean - id string
- read
Only boolean
- hide_
passwords bool - id str
- read_
only bool
- hide
Passwords Boolean - id String
- read
Only Boolean
Package Details
- Repository
- bitwarden maxlaverse/terraform-provider-bitwarden
- License
- Notes
- This Pulumi package is based on the
bitwarden
Terraform Provider.
bitwarden 0.13.6 published on Thursday, Apr 17, 2025 by maxlaverse