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

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.Group

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

    Create a group.

    Create Group Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Group(name: string, args: GroupArgs, opts?: CustomResourceOptions);
    @overload
    def Group(resource_name: str,
              args: GroupArgs,
              opts: Optional[ResourceOptions] = None)
    
    @overload
    def Group(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              display_name: Optional[str] = None,
              group_id: Optional[str] = None,
              name: Optional[str] = None,
              project: Optional[str] = None)
    func NewGroup(ctx *Context, name string, args GroupArgs, opts ...ResourceOption) (*Group, error)
    public Group(string name, GroupArgs args, CustomResourceOptions? opts = null)
    public Group(String name, GroupArgs args)
    public Group(String name, GroupArgs args, CustomResourceOptions options)
    
    type: google-native:firebaseappdistribution/v1:Group
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args GroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args GroupArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args GroupArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GroupArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var examplegroupResourceResourceFromFirebaseappdistributionv1 = new GoogleNative.FirebaseAppDistribution.V1.Group("examplegroupResourceResourceFromFirebaseappdistributionv1", new()
    {
        DisplayName = "string",
        GroupId = "string",
        Name = "string",
        Project = "string",
    });
    
    example, err := firebaseappdistribution.NewGroup(ctx, "examplegroupResourceResourceFromFirebaseappdistributionv1", &firebaseappdistribution.GroupArgs{
    DisplayName: pulumi.String("string"),
    GroupId: pulumi.String("string"),
    Name: pulumi.String("string"),
    Project: pulumi.String("string"),
    })
    
    var examplegroupResourceResourceFromFirebaseappdistributionv1 = new Group("examplegroupResourceResourceFromFirebaseappdistributionv1", GroupArgs.builder()        
        .displayName("string")
        .groupId("string")
        .name("string")
        .project("string")
        .build());
    
    examplegroup_resource_resource_from_firebaseappdistributionv1 = google_native.firebaseappdistribution.v1.Group("examplegroupResourceResourceFromFirebaseappdistributionv1",
        display_name="string",
        group_id="string",
        name="string",
        project="string")
    
    const examplegroupResourceResourceFromFirebaseappdistributionv1 = new google_native.firebaseappdistribution.v1.Group("examplegroupResourceResourceFromFirebaseappdistributionv1", {
        displayName: "string",
        groupId: "string",
        name: "string",
        project: "string",
    });
    
    type: google-native:firebaseappdistribution/v1:Group
    properties:
        displayName: string
        groupId: string
        name: string
        project: string
    

    Group Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Group resource accepts the following input properties:

    DisplayName string
    The display name of the group.
    GroupId string
    Optional. The "alias" to use for the group, which will become the final component of the group's resource name. This value must be unique per project. The field is named groupId to comply with AIP guidance for user-specified IDs. This value should be 4-63 characters, and valid characters are /a-z-/. If not set, it will be generated based on the display name.
    Name string
    The name of the group resource. Format: projects/{project_number}/groups/{group_alias}
    Project string
    DisplayName string
    The display name of the group.
    GroupId string
    Optional. The "alias" to use for the group, which will become the final component of the group's resource name. This value must be unique per project. The field is named groupId to comply with AIP guidance for user-specified IDs. This value should be 4-63 characters, and valid characters are /a-z-/. If not set, it will be generated based on the display name.
    Name string
    The name of the group resource. Format: projects/{project_number}/groups/{group_alias}
    Project string
    displayName String
    The display name of the group.
    groupId String
    Optional. The "alias" to use for the group, which will become the final component of the group's resource name. This value must be unique per project. The field is named groupId to comply with AIP guidance for user-specified IDs. This value should be 4-63 characters, and valid characters are /a-z-/. If not set, it will be generated based on the display name.
    name String
    The name of the group resource. Format: projects/{project_number}/groups/{group_alias}
    project String
    displayName string
    The display name of the group.
    groupId string
    Optional. The "alias" to use for the group, which will become the final component of the group's resource name. This value must be unique per project. The field is named groupId to comply with AIP guidance for user-specified IDs. This value should be 4-63 characters, and valid characters are /a-z-/. If not set, it will be generated based on the display name.
    name string
    The name of the group resource. Format: projects/{project_number}/groups/{group_alias}
    project string
    display_name str
    The display name of the group.
    group_id str
    Optional. The "alias" to use for the group, which will become the final component of the group's resource name. This value must be unique per project. The field is named groupId to comply with AIP guidance for user-specified IDs. This value should be 4-63 characters, and valid characters are /a-z-/. If not set, it will be generated based on the display name.
    name str
    The name of the group resource. Format: projects/{project_number}/groups/{group_alias}
    project str
    displayName String
    The display name of the group.
    groupId String
    Optional. The "alias" to use for the group, which will become the final component of the group's resource name. This value must be unique per project. The field is named groupId to comply with AIP guidance for user-specified IDs. This value should be 4-63 characters, and valid characters are /a-z-/. If not set, it will be generated based on the display name.
    name String
    The name of the group resource. Format: projects/{project_number}/groups/{group_alias}
    project String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Group resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    InviteLinkCount int
    The number of invite links for this group.
    ReleaseCount int
    The number of releases this group is permitted to access.
    TesterCount int
    The number of testers who are members of this group.
    Id string
    The provider-assigned unique ID for this managed resource.
    InviteLinkCount int
    The number of invite links for this group.
    ReleaseCount int
    The number of releases this group is permitted to access.
    TesterCount int
    The number of testers who are members of this group.
    id String
    The provider-assigned unique ID for this managed resource.
    inviteLinkCount Integer
    The number of invite links for this group.
    releaseCount Integer
    The number of releases this group is permitted to access.
    testerCount Integer
    The number of testers who are members of this group.
    id string
    The provider-assigned unique ID for this managed resource.
    inviteLinkCount number
    The number of invite links for this group.
    releaseCount number
    The number of releases this group is permitted to access.
    testerCount number
    The number of testers who are members of this group.
    id str
    The provider-assigned unique ID for this managed resource.
    invite_link_count int
    The number of invite links for this group.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    inviteLinkCount Number
    The number of invite links for this group.
    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