Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.firebaseappdistribution/v1.Group
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
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)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.
Constructor 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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
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 groupIdto 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 groupIdto 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 groupIdto 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 groupIdto 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 groupIdto 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 groupIdto 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.
- InviteLink intCount 
- 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.
- InviteLink intCount 
- 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.
- inviteLink IntegerCount 
- 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.
- inviteLink numberCount 
- 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_ intcount 
- 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.
- inviteLink NumberCount 
- 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 Cloud Native is in preview. Google Cloud Classic is fully supported.