1. Packages
  2. Google Cloud Native
  3. API Docs
  4. firebaseappdistribution
  5. firebaseappdistribution/v1
  6. getGroup

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.firebaseappdistribution/v1.getGroup

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Get a group.

    Using getGroup

    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 getGroup(args: GetGroupArgs, opts?: InvokeOptions): Promise<GetGroupResult>
    function getGroupOutput(args: GetGroupOutputArgs, opts?: InvokeOptions): Output<GetGroupResult>
    def get_group(group_id: Optional[str] = None,
                  project: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetGroupResult
    def get_group_output(group_id: Optional[pulumi.Input[str]] = None,
                  project: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetGroupResult]
    func LookupGroup(ctx *Context, args *LookupGroupArgs, opts ...InvokeOption) (*LookupGroupResult, error)
    func LookupGroupOutput(ctx *Context, args *LookupGroupOutputArgs, opts ...InvokeOption) LookupGroupResultOutput

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

    public static class GetGroup 
    {
        public static Task<GetGroupResult> InvokeAsync(GetGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetGroupResult> Invoke(GetGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:firebaseappdistribution/v1:getGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    GroupId string
    Project string
    GroupId string
    Project string
    groupId String
    project String
    groupId string
    project string
    groupId String
    project String

    getGroup Result

    The following output properties are available:

    DisplayName string
    The display name of the group.
    InviteLinkCount int
    The number of invite links for this group.
    Name string
    The name of the group resource. Format: projects/{project_number}/groups/{group_alias}
    ReleaseCount int
    The number of releases this group is permitted to access.
    TesterCount int
    The number of testers who are members of this group.
    DisplayName string
    The display name of the group.
    InviteLinkCount int
    The number of invite links for this group.
    Name string
    The name of the group resource. Format: projects/{project_number}/groups/{group_alias}
    ReleaseCount int
    The number of releases this group is permitted to access.
    TesterCount int
    The number of testers who are members of this group.
    displayName String
    The display name of the group.
    inviteLinkCount Integer
    The number of invite links for this group.
    name String
    The name of the group resource. Format: projects/{project_number}/groups/{group_alias}
    releaseCount Integer
    The number of releases this group is permitted to access.
    testerCount Integer
    The number of testers who are members of this group.
    displayName string
    The display name of the group.
    inviteLinkCount number
    The number of invite links for this group.
    name string
    The name of the group resource. Format: projects/{project_number}/groups/{group_alias}
    releaseCount number
    The number of releases this group is permitted to access.
    testerCount number
    The number of testers who are members of this group.
    display_name str
    The display name of the group.
    invite_link_count int
    The number of invite links for this group.
    name str
    The name of the group resource. Format: projects/{project_number}/groups/{group_alias}
    release_count int
    The number of releases this group is permitted to access.
    tester_count int
    The number of testers who are members of this group.
    displayName String
    The display name of the group.
    inviteLinkCount Number
    The number of invite links for this group.
    name String
    The name of the group resource. Format: projects/{project_number}/groups/{group_alias}
    releaseCount Number
    The number of releases this group is permitted to access.
    testerCount Number
    The number of testers who are members of this group.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi