aiven.getOrganizationUserGroup
Explore with Pulumi AI
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.
- Organization
Id 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.
- Organization
Id 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.
- organization
Id 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.
- organization
Id 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.
- organization
Id 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:
- Create
Time 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.
- Organization
Id string The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.
- Update
Time string Time of last update
- Create
Time 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.
- Organization
Id string The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.
- Update
Time string Time of last update
- create
Time 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.
- organization
Id String The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.
- update
Time String Time of last update
- create
Time 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.
- organization
Id string The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.
- update
Time 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
- create
Time 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.
- organization
Id String The unique organization ID. This property cannot be changed, doing so forces recreation of the resource.
- update
Time 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.