1. Packages
  2. Aiven
  3. API Docs
  4. getOrganizationUserGroup
Aiven v6.7.2 published on Tuesday, Oct 31, 2023 by Pulumi

aiven.getOrganizationUserGroup

Explore with Pulumi AI

aiven logo
Aiven v6.7.2 published on Tuesday, Oct 31, 2023 by Pulumi

    The Organization User Groupe data source provides information about the existing Aiven Organization User Group.

    Using getOrganizationUserGroup

    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 getOrganizationUserGroup(args: GetOrganizationUserGroupArgs, opts?: InvokeOptions): Promise<GetOrganizationUserGroupResult>
    function getOrganizationUserGroupOutput(args: GetOrganizationUserGroupOutputArgs, opts?: InvokeOptions): Output<GetOrganizationUserGroupResult>
    def get_organization_user_group(name: Optional[str] = None,
                                    organization_id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetOrganizationUserGroupResult
    def get_organization_user_group_output(name: Optional[pulumi.Input[str]] = None,
                                    organization_id: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationUserGroupResult]
    func LookupOrganizationUserGroup(ctx *Context, args *LookupOrganizationUserGroupArgs, opts ...InvokeOption) (*LookupOrganizationUserGroupResult, error)
    func LookupOrganizationUserGroupOutput(ctx *Context, args *LookupOrganizationUserGroupOutputArgs, opts ...InvokeOption) LookupOrganizationUserGroupResultOutput

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

    public static class GetOrganizationUserGroup 
    {
        public static Task<GetOrganizationUserGroupResult> InvokeAsync(GetOrganizationUserGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetOrganizationUserGroupResult> Invoke(GetOrganizationUserGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOrganizationUserGroupResult> getOrganizationUserGroup(GetOrganizationUserGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aiven:index/getOrganizationUserGroup:getOrganizationUserGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string

    The organization user group name. This property cannot be changed, doing so forces recreation of the resource.

    OrganizationId string

    The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.

    Name string

    The organization user group name. This property cannot be changed, doing so forces recreation of the resource.

    OrganizationId string

    The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.

    name String

    The organization user group name. This property cannot be changed, doing so forces recreation of the resource.

    organizationId String

    The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.

    name string

    The organization user group name. This property cannot be changed, doing so forces recreation of the resource.

    organizationId string

    The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.

    name str

    The organization user group name. This property cannot be changed, doing so forces recreation of the resource.

    organization_id str

    The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.

    name String

    The organization user group name. This property cannot be changed, doing so forces recreation of the resource.

    organizationId String

    The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.

    getOrganizationUserGroup Result

    The following output properties are available:

    CreateTime string

    Time of creation

    Description string

    The organization user group description. This property cannot be changed, doing so forces recreation of the resource.

    Id string

    The provider-assigned unique ID for this managed resource.

    Name string

    The organization user group name. This property cannot be changed, doing so forces recreation of the resource.

    OrganizationId string

    The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.

    UpdateTime string

    Time of last update

    CreateTime string

    Time of creation

    Description string

    The organization user group description. This property cannot be changed, doing so forces recreation of the resource.

    Id string

    The provider-assigned unique ID for this managed resource.

    Name string

    The organization user group name. This property cannot be changed, doing so forces recreation of the resource.

    OrganizationId string

    The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.

    UpdateTime string

    Time of last update

    createTime String

    Time of creation

    description String

    The organization user group description. This property cannot be changed, doing so forces recreation of the resource.

    id String

    The provider-assigned unique ID for this managed resource.

    name String

    The organization user group name. This property cannot be changed, doing so forces recreation of the resource.

    organizationId String

    The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.

    updateTime String

    Time of last update

    createTime string

    Time of creation

    description string

    The organization user group description. This property cannot be changed, doing so forces recreation of the resource.

    id string

    The provider-assigned unique ID for this managed resource.

    name string

    The organization user group name. This property cannot be changed, doing so forces recreation of the resource.

    organizationId string

    The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.

    updateTime string

    Time of last update

    create_time str

    Time of creation

    description str

    The organization user group description. This property cannot be changed, doing so forces recreation of the resource.

    id str

    The provider-assigned unique ID for this managed resource.

    name str

    The organization user group name. This property cannot be changed, doing so forces recreation of the resource.

    organization_id str

    The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.

    update_time str

    Time of last update

    createTime String

    Time of creation

    description String

    The organization user group description. This property cannot be changed, doing so forces recreation of the resource.

    id String

    The provider-assigned unique ID for this managed resource.

    name String

    The organization user group name. This property cannot be changed, doing so forces recreation of the resource.

    organizationId String

    The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.

    updateTime String

    Time of last update

    Package Details

    Repository
    Aiven pulumi/pulumi-aiven
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the aiven Terraform Provider.

    aiven logo
    Aiven v6.7.2 published on Tuesday, Oct 31, 2023 by Pulumi