1. Packages
  2. Google Cloud Native
  3. API Docs
  4. cloudidentity
  5. cloudidentity/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.cloudidentity/v1.Group

Explore with Pulumi AI

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

Creates a Group. Auto-naming is currently not supported for this resource.

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,
          group_key: Optional[EntityKeyArgs] = None,
          labels: Optional[Mapping[str, str]] = None,
          parent: Optional[str] = None,
          description: Optional[str] = None,
          display_name: Optional[str] = None,
          dynamic_group_metadata: Optional[DynamicGroupMetadataArgs] = None,
          initial_group_config: 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:cloudidentity/v1:Group
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. GroupArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. GroupArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. GroupArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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 groupResource = new GoogleNative.CloudIdentity.V1.Group("groupResource", new()
{
    GroupKey = new GoogleNative.CloudIdentity.V1.Inputs.EntityKeyArgs
    {
        Id = "string",
        Namespace = "string",
    },
    Labels = 
    {
        { "string", "string" },
    },
    Parent = "string",
    Description = "string",
    DisplayName = "string",
    DynamicGroupMetadata = new GoogleNative.CloudIdentity.V1.Inputs.DynamicGroupMetadataArgs
    {
        Queries = new[]
        {
            new GoogleNative.CloudIdentity.V1.Inputs.DynamicGroupQueryArgs
            {
                Query = "string",
                ResourceType = GoogleNative.CloudIdentity.V1.DynamicGroupQueryResourceType.ResourceTypeUnspecified,
            },
        },
    },
    InitialGroupConfig = "string",
});
Copy
example, err := cloudidentity.NewGroup(ctx, "groupResource", &cloudidentity.GroupArgs{
	GroupKey: &cloudidentity.EntityKeyArgs{
		Id:        pulumi.String("string"),
		Namespace: pulumi.String("string"),
	},
	Labels: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	Parent:      pulumi.String("string"),
	Description: pulumi.String("string"),
	DisplayName: pulumi.String("string"),
	DynamicGroupMetadata: &cloudidentity.DynamicGroupMetadataArgs{
		Queries: cloudidentity.DynamicGroupQueryArray{
			&cloudidentity.DynamicGroupQueryArgs{
				Query:        pulumi.String("string"),
				ResourceType: cloudidentity.DynamicGroupQueryResourceTypeResourceTypeUnspecified,
			},
		},
	},
	InitialGroupConfig: pulumi.String("string"),
})
Copy
var groupResource = new com.pulumi.googlenative.cloudidentity_v1.Group("groupResource", com.pulumi.googlenative.cloudidentity_v1.GroupArgs.builder()
    .groupKey(EntityKeyArgs.builder()
        .id("string")
        .namespace("string")
        .build())
    .labels(Map.of("string", "string"))
    .parent("string")
    .description("string")
    .displayName("string")
    .dynamicGroupMetadata(DynamicGroupMetadataArgs.builder()
        .queries(DynamicGroupQueryArgs.builder()
            .query("string")
            .resourceType("RESOURCE_TYPE_UNSPECIFIED")
            .build())
        .build())
    .initialGroupConfig("string")
    .build());
Copy
group_resource = google_native.cloudidentity.v1.Group("groupResource",
    group_key={
        "id": "string",
        "namespace": "string",
    },
    labels={
        "string": "string",
    },
    parent="string",
    description="string",
    display_name="string",
    dynamic_group_metadata={
        "queries": [{
            "query": "string",
            "resource_type": google_native.cloudidentity.v1.DynamicGroupQueryResourceType.RESOURCE_TYPE_UNSPECIFIED,
        }],
    },
    initial_group_config="string")
Copy
const groupResource = new google_native.cloudidentity.v1.Group("groupResource", {
    groupKey: {
        id: "string",
        namespace: "string",
    },
    labels: {
        string: "string",
    },
    parent: "string",
    description: "string",
    displayName: "string",
    dynamicGroupMetadata: {
        queries: [{
            query: "string",
            resourceType: google_native.cloudidentity.v1.DynamicGroupQueryResourceType.ResourceTypeUnspecified,
        }],
    },
    initialGroupConfig: "string",
});
Copy
type: google-native:cloudidentity/v1:Group
properties:
    description: string
    displayName: string
    dynamicGroupMetadata:
        queries:
            - query: string
              resourceType: RESOURCE_TYPE_UNSPECIFIED
    groupKey:
        id: string
        namespace: string
    initialGroupConfig: string
    labels:
        string: string
    parent: string
Copy

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:

GroupKey This property is required. Pulumi.GoogleNative.CloudIdentity.V1.Inputs.EntityKey
The EntityKey of the Group.
Labels This property is required. Dictionary<string, string>
One or more label entries that apply to the Group. Currently supported labels contain a key with an empty value. Google Groups are the default type of group and have a label with a key of cloudidentity.googleapis.com/groups.discussion_forum and an empty value. Existing Google Groups can have an additional label with a key of cloudidentity.googleapis.com/groups.security and an empty value added to them. This is an immutable change and the security label cannot be removed once added. Dynamic groups have a label with a key of cloudidentity.googleapis.com/groups.dynamic. Identity-mapped groups for Cloud Search have a label with a key of system/groups/external and an empty value.
Parent This property is required. string
Immutable. The resource name of the entity under which this Group resides in the Cloud Identity resource hierarchy. Must be of the form identitysources/{identity_source} for external identity-mapped groups or customers/{customer_id} for Google Groups. The customer_id must begin with "C" (for example, 'C046psxkn'). [Find your customer ID.] (https://support.google.com/cloudidentity/answer/10070793)
Description string
An extended description to help users determine the purpose of a Group. Must not be longer than 4,096 characters.
DisplayName string
The display name of the Group.
DynamicGroupMetadata Pulumi.GoogleNative.CloudIdentity.V1.Inputs.DynamicGroupMetadata
Optional. Dynamic group metadata like queries and status.
InitialGroupConfig string
Optional. The initial configuration option for the Group.
GroupKey This property is required. EntityKeyArgs
The EntityKey of the Group.
Labels This property is required. map[string]string
One or more label entries that apply to the Group. Currently supported labels contain a key with an empty value. Google Groups are the default type of group and have a label with a key of cloudidentity.googleapis.com/groups.discussion_forum and an empty value. Existing Google Groups can have an additional label with a key of cloudidentity.googleapis.com/groups.security and an empty value added to them. This is an immutable change and the security label cannot be removed once added. Dynamic groups have a label with a key of cloudidentity.googleapis.com/groups.dynamic. Identity-mapped groups for Cloud Search have a label with a key of system/groups/external and an empty value.
Parent This property is required. string
Immutable. The resource name of the entity under which this Group resides in the Cloud Identity resource hierarchy. Must be of the form identitysources/{identity_source} for external identity-mapped groups or customers/{customer_id} for Google Groups. The customer_id must begin with "C" (for example, 'C046psxkn'). [Find your customer ID.] (https://support.google.com/cloudidentity/answer/10070793)
Description string
An extended description to help users determine the purpose of a Group. Must not be longer than 4,096 characters.
DisplayName string
The display name of the Group.
DynamicGroupMetadata DynamicGroupMetadataArgs
Optional. Dynamic group metadata like queries and status.
InitialGroupConfig string
Optional. The initial configuration option for the Group.
groupKey This property is required. EntityKey
The EntityKey of the Group.
labels This property is required. Map<String,String>
One or more label entries that apply to the Group. Currently supported labels contain a key with an empty value. Google Groups are the default type of group and have a label with a key of cloudidentity.googleapis.com/groups.discussion_forum and an empty value. Existing Google Groups can have an additional label with a key of cloudidentity.googleapis.com/groups.security and an empty value added to them. This is an immutable change and the security label cannot be removed once added. Dynamic groups have a label with a key of cloudidentity.googleapis.com/groups.dynamic. Identity-mapped groups for Cloud Search have a label with a key of system/groups/external and an empty value.
parent This property is required. String
Immutable. The resource name of the entity under which this Group resides in the Cloud Identity resource hierarchy. Must be of the form identitysources/{identity_source} for external identity-mapped groups or customers/{customer_id} for Google Groups. The customer_id must begin with "C" (for example, 'C046psxkn'). [Find your customer ID.] (https://support.google.com/cloudidentity/answer/10070793)
description String
An extended description to help users determine the purpose of a Group. Must not be longer than 4,096 characters.
displayName String
The display name of the Group.
dynamicGroupMetadata DynamicGroupMetadata
Optional. Dynamic group metadata like queries and status.
initialGroupConfig String
Optional. The initial configuration option for the Group.
groupKey This property is required. EntityKey
The EntityKey of the Group.
labels This property is required. {[key: string]: string}
One or more label entries that apply to the Group. Currently supported labels contain a key with an empty value. Google Groups are the default type of group and have a label with a key of cloudidentity.googleapis.com/groups.discussion_forum and an empty value. Existing Google Groups can have an additional label with a key of cloudidentity.googleapis.com/groups.security and an empty value added to them. This is an immutable change and the security label cannot be removed once added. Dynamic groups have a label with a key of cloudidentity.googleapis.com/groups.dynamic. Identity-mapped groups for Cloud Search have a label with a key of system/groups/external and an empty value.
parent This property is required. string
Immutable. The resource name of the entity under which this Group resides in the Cloud Identity resource hierarchy. Must be of the form identitysources/{identity_source} for external identity-mapped groups or customers/{customer_id} for Google Groups. The customer_id must begin with "C" (for example, 'C046psxkn'). [Find your customer ID.] (https://support.google.com/cloudidentity/answer/10070793)
description string
An extended description to help users determine the purpose of a Group. Must not be longer than 4,096 characters.
displayName string
The display name of the Group.
dynamicGroupMetadata DynamicGroupMetadata
Optional. Dynamic group metadata like queries and status.
initialGroupConfig string
Optional. The initial configuration option for the Group.
group_key This property is required. EntityKeyArgs
The EntityKey of the Group.
labels This property is required. Mapping[str, str]
One or more label entries that apply to the Group. Currently supported labels contain a key with an empty value. Google Groups are the default type of group and have a label with a key of cloudidentity.googleapis.com/groups.discussion_forum and an empty value. Existing Google Groups can have an additional label with a key of cloudidentity.googleapis.com/groups.security and an empty value added to them. This is an immutable change and the security label cannot be removed once added. Dynamic groups have a label with a key of cloudidentity.googleapis.com/groups.dynamic. Identity-mapped groups for Cloud Search have a label with a key of system/groups/external and an empty value.
parent This property is required. str
Immutable. The resource name of the entity under which this Group resides in the Cloud Identity resource hierarchy. Must be of the form identitysources/{identity_source} for external identity-mapped groups or customers/{customer_id} for Google Groups. The customer_id must begin with "C" (for example, 'C046psxkn'). [Find your customer ID.] (https://support.google.com/cloudidentity/answer/10070793)
description str
An extended description to help users determine the purpose of a Group. Must not be longer than 4,096 characters.
display_name str
The display name of the Group.
dynamic_group_metadata DynamicGroupMetadataArgs
Optional. Dynamic group metadata like queries and status.
initial_group_config str
Optional. The initial configuration option for the Group.
groupKey This property is required. Property Map
The EntityKey of the Group.
labels This property is required. Map<String>
One or more label entries that apply to the Group. Currently supported labels contain a key with an empty value. Google Groups are the default type of group and have a label with a key of cloudidentity.googleapis.com/groups.discussion_forum and an empty value. Existing Google Groups can have an additional label with a key of cloudidentity.googleapis.com/groups.security and an empty value added to them. This is an immutable change and the security label cannot be removed once added. Dynamic groups have a label with a key of cloudidentity.googleapis.com/groups.dynamic. Identity-mapped groups for Cloud Search have a label with a key of system/groups/external and an empty value.
parent This property is required. String
Immutable. The resource name of the entity under which this Group resides in the Cloud Identity resource hierarchy. Must be of the form identitysources/{identity_source} for external identity-mapped groups or customers/{customer_id} for Google Groups. The customer_id must begin with "C" (for example, 'C046psxkn'). [Find your customer ID.] (https://support.google.com/cloudidentity/answer/10070793)
description String
An extended description to help users determine the purpose of a Group. Must not be longer than 4,096 characters.
displayName String
The display name of the Group.
dynamicGroupMetadata Property Map
Optional. Dynamic group metadata like queries and status.
initialGroupConfig String
Optional. The initial configuration option for the Group.

Outputs

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

AdditionalGroupKeys List<Pulumi.GoogleNative.CloudIdentity.V1.Outputs.EntityKeyResponse>
Additional group keys associated with the Group.
CreateTime string
The time when the Group was created.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The resource name of the Group. Shall be of the form groups/{group}.
UpdateTime string
The time when the Group was last updated.
AdditionalGroupKeys []EntityKeyResponse
Additional group keys associated with the Group.
CreateTime string
The time when the Group was created.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The resource name of the Group. Shall be of the form groups/{group}.
UpdateTime string
The time when the Group was last updated.
additionalGroupKeys List<EntityKeyResponse>
Additional group keys associated with the Group.
createTime String
The time when the Group was created.
id String
The provider-assigned unique ID for this managed resource.
name String
The resource name of the Group. Shall be of the form groups/{group}.
updateTime String
The time when the Group was last updated.
additionalGroupKeys EntityKeyResponse[]
Additional group keys associated with the Group.
createTime string
The time when the Group was created.
id string
The provider-assigned unique ID for this managed resource.
name string
The resource name of the Group. Shall be of the form groups/{group}.
updateTime string
The time when the Group was last updated.
additional_group_keys Sequence[EntityKeyResponse]
Additional group keys associated with the Group.
create_time str
The time when the Group was created.
id str
The provider-assigned unique ID for this managed resource.
name str
The resource name of the Group. Shall be of the form groups/{group}.
update_time str
The time when the Group was last updated.
additionalGroupKeys List<Property Map>
Additional group keys associated with the Group.
createTime String
The time when the Group was created.
id String
The provider-assigned unique ID for this managed resource.
name String
The resource name of the Group. Shall be of the form groups/{group}.
updateTime String
The time when the Group was last updated.

Supporting Types

DynamicGroupMetadata
, DynamicGroupMetadataArgs

Queries List<Pulumi.GoogleNative.CloudIdentity.V1.Inputs.DynamicGroupQuery>
Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
Queries []DynamicGroupQuery
Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
queries List<DynamicGroupQuery>
Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
queries DynamicGroupQuery[]
Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
queries Sequence[DynamicGroupQuery]
Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
queries List<Property Map>
Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.

DynamicGroupMetadataResponse
, DynamicGroupMetadataResponseArgs

Queries This property is required. List<Pulumi.GoogleNative.CloudIdentity.V1.Inputs.DynamicGroupQueryResponse>
Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
Status This property is required. Pulumi.GoogleNative.CloudIdentity.V1.Inputs.DynamicGroupStatusResponse
Status of the dynamic group.
Queries This property is required. []DynamicGroupQueryResponse
Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
Status This property is required. DynamicGroupStatusResponse
Status of the dynamic group.
queries This property is required. List<DynamicGroupQueryResponse>
Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
status This property is required. DynamicGroupStatusResponse
Status of the dynamic group.
queries This property is required. DynamicGroupQueryResponse[]
Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
status This property is required. DynamicGroupStatusResponse
Status of the dynamic group.
queries This property is required. Sequence[DynamicGroupQueryResponse]
Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
status This property is required. DynamicGroupStatusResponse
Status of the dynamic group.
queries This property is required. List<Property Map>
Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
status This property is required. Property Map
Status of the dynamic group.

DynamicGroupQuery
, DynamicGroupQueryArgs

Query string
Query that determines the memberships of the dynamic group. Examples: All users with at least one organizations.department of engineering. user.organizations.exists(org, org.department=='engineering') All users with at least one location that has area of foo and building_id of bar. user.locations.exists(loc, loc.area=='foo' && loc.building_id=='bar') All users with any variation of the name John Doe (case-insensitive queries add equalsIgnoreCase() to the value being queried). user.name.value.equalsIgnoreCase('jOhn DoE')
ResourceType Pulumi.GoogleNative.CloudIdentity.V1.DynamicGroupQueryResourceType
Resource type for the Dynamic Group Query
Query string
Query that determines the memberships of the dynamic group. Examples: All users with at least one organizations.department of engineering. user.organizations.exists(org, org.department=='engineering') All users with at least one location that has area of foo and building_id of bar. user.locations.exists(loc, loc.area=='foo' && loc.building_id=='bar') All users with any variation of the name John Doe (case-insensitive queries add equalsIgnoreCase() to the value being queried). user.name.value.equalsIgnoreCase('jOhn DoE')
ResourceType DynamicGroupQueryResourceType
Resource type for the Dynamic Group Query
query String
Query that determines the memberships of the dynamic group. Examples: All users with at least one organizations.department of engineering. user.organizations.exists(org, org.department=='engineering') All users with at least one location that has area of foo and building_id of bar. user.locations.exists(loc, loc.area=='foo' && loc.building_id=='bar') All users with any variation of the name John Doe (case-insensitive queries add equalsIgnoreCase() to the value being queried). user.name.value.equalsIgnoreCase('jOhn DoE')
resourceType DynamicGroupQueryResourceType
Resource type for the Dynamic Group Query
query string
Query that determines the memberships of the dynamic group. Examples: All users with at least one organizations.department of engineering. user.organizations.exists(org, org.department=='engineering') All users with at least one location that has area of foo and building_id of bar. user.locations.exists(loc, loc.area=='foo' && loc.building_id=='bar') All users with any variation of the name John Doe (case-insensitive queries add equalsIgnoreCase() to the value being queried). user.name.value.equalsIgnoreCase('jOhn DoE')
resourceType DynamicGroupQueryResourceType
Resource type for the Dynamic Group Query
query str
Query that determines the memberships of the dynamic group. Examples: All users with at least one organizations.department of engineering. user.organizations.exists(org, org.department=='engineering') All users with at least one location that has area of foo and building_id of bar. user.locations.exists(loc, loc.area=='foo' && loc.building_id=='bar') All users with any variation of the name John Doe (case-insensitive queries add equalsIgnoreCase() to the value being queried). user.name.value.equalsIgnoreCase('jOhn DoE')
resource_type DynamicGroupQueryResourceType
Resource type for the Dynamic Group Query
query String
Query that determines the memberships of the dynamic group. Examples: All users with at least one organizations.department of engineering. user.organizations.exists(org, org.department=='engineering') All users with at least one location that has area of foo and building_id of bar. user.locations.exists(loc, loc.area=='foo' && loc.building_id=='bar') All users with any variation of the name John Doe (case-insensitive queries add equalsIgnoreCase() to the value being queried). user.name.value.equalsIgnoreCase('jOhn DoE')
resourceType "RESOURCE_TYPE_UNSPECIFIED" | "USER"
Resource type for the Dynamic Group Query

DynamicGroupQueryResourceType
, DynamicGroupQueryResourceTypeArgs

ResourceTypeUnspecified
RESOURCE_TYPE_UNSPECIFIEDDefault value (not valid)
User
USERFor queries on User
DynamicGroupQueryResourceTypeResourceTypeUnspecified
RESOURCE_TYPE_UNSPECIFIEDDefault value (not valid)
DynamicGroupQueryResourceTypeUser
USERFor queries on User
ResourceTypeUnspecified
RESOURCE_TYPE_UNSPECIFIEDDefault value (not valid)
User
USERFor queries on User
ResourceTypeUnspecified
RESOURCE_TYPE_UNSPECIFIEDDefault value (not valid)
User
USERFor queries on User
RESOURCE_TYPE_UNSPECIFIED
RESOURCE_TYPE_UNSPECIFIEDDefault value (not valid)
USER
USERFor queries on User
"RESOURCE_TYPE_UNSPECIFIED"
RESOURCE_TYPE_UNSPECIFIEDDefault value (not valid)
"USER"
USERFor queries on User

DynamicGroupQueryResponse
, DynamicGroupQueryResponseArgs

Query This property is required. string
Query that determines the memberships of the dynamic group. Examples: All users with at least one organizations.department of engineering. user.organizations.exists(org, org.department=='engineering') All users with at least one location that has area of foo and building_id of bar. user.locations.exists(loc, loc.area=='foo' && loc.building_id=='bar') All users with any variation of the name John Doe (case-insensitive queries add equalsIgnoreCase() to the value being queried). user.name.value.equalsIgnoreCase('jOhn DoE')
ResourceType This property is required. string
Resource type for the Dynamic Group Query
Query This property is required. string
Query that determines the memberships of the dynamic group. Examples: All users with at least one organizations.department of engineering. user.organizations.exists(org, org.department=='engineering') All users with at least one location that has area of foo and building_id of bar. user.locations.exists(loc, loc.area=='foo' && loc.building_id=='bar') All users with any variation of the name John Doe (case-insensitive queries add equalsIgnoreCase() to the value being queried). user.name.value.equalsIgnoreCase('jOhn DoE')
ResourceType This property is required. string
Resource type for the Dynamic Group Query
query This property is required. String
Query that determines the memberships of the dynamic group. Examples: All users with at least one organizations.department of engineering. user.organizations.exists(org, org.department=='engineering') All users with at least one location that has area of foo and building_id of bar. user.locations.exists(loc, loc.area=='foo' && loc.building_id=='bar') All users with any variation of the name John Doe (case-insensitive queries add equalsIgnoreCase() to the value being queried). user.name.value.equalsIgnoreCase('jOhn DoE')
resourceType This property is required. String
Resource type for the Dynamic Group Query
query This property is required. string
Query that determines the memberships of the dynamic group. Examples: All users with at least one organizations.department of engineering. user.organizations.exists(org, org.department=='engineering') All users with at least one location that has area of foo and building_id of bar. user.locations.exists(loc, loc.area=='foo' && loc.building_id=='bar') All users with any variation of the name John Doe (case-insensitive queries add equalsIgnoreCase() to the value being queried). user.name.value.equalsIgnoreCase('jOhn DoE')
resourceType This property is required. string
Resource type for the Dynamic Group Query
query This property is required. str
Query that determines the memberships of the dynamic group. Examples: All users with at least one organizations.department of engineering. user.organizations.exists(org, org.department=='engineering') All users with at least one location that has area of foo and building_id of bar. user.locations.exists(loc, loc.area=='foo' && loc.building_id=='bar') All users with any variation of the name John Doe (case-insensitive queries add equalsIgnoreCase() to the value being queried). user.name.value.equalsIgnoreCase('jOhn DoE')
resource_type This property is required. str
Resource type for the Dynamic Group Query
query This property is required. String
Query that determines the memberships of the dynamic group. Examples: All users with at least one organizations.department of engineering. user.organizations.exists(org, org.department=='engineering') All users with at least one location that has area of foo and building_id of bar. user.locations.exists(loc, loc.area=='foo' && loc.building_id=='bar') All users with any variation of the name John Doe (case-insensitive queries add equalsIgnoreCase() to the value being queried). user.name.value.equalsIgnoreCase('jOhn DoE')
resourceType This property is required. String
Resource type for the Dynamic Group Query

DynamicGroupStatusResponse
, DynamicGroupStatusResponseArgs

Status This property is required. string
Status of the dynamic group.
StatusTime This property is required. string
The latest time at which the dynamic group is guaranteed to be in the given status. If status is UP_TO_DATE, the latest time at which the dynamic group was confirmed to be up-to-date. If status is UPDATING_MEMBERSHIPS, the time at which dynamic group was created.
Status This property is required. string
Status of the dynamic group.
StatusTime This property is required. string
The latest time at which the dynamic group is guaranteed to be in the given status. If status is UP_TO_DATE, the latest time at which the dynamic group was confirmed to be up-to-date. If status is UPDATING_MEMBERSHIPS, the time at which dynamic group was created.
status This property is required. String
Status of the dynamic group.
statusTime This property is required. String
The latest time at which the dynamic group is guaranteed to be in the given status. If status is UP_TO_DATE, the latest time at which the dynamic group was confirmed to be up-to-date. If status is UPDATING_MEMBERSHIPS, the time at which dynamic group was created.
status This property is required. string
Status of the dynamic group.
statusTime This property is required. string
The latest time at which the dynamic group is guaranteed to be in the given status. If status is UP_TO_DATE, the latest time at which the dynamic group was confirmed to be up-to-date. If status is UPDATING_MEMBERSHIPS, the time at which dynamic group was created.
status This property is required. str
Status of the dynamic group.
status_time This property is required. str
The latest time at which the dynamic group is guaranteed to be in the given status. If status is UP_TO_DATE, the latest time at which the dynamic group was confirmed to be up-to-date. If status is UPDATING_MEMBERSHIPS, the time at which dynamic group was created.
status This property is required. String
Status of the dynamic group.
statusTime This property is required. String
The latest time at which the dynamic group is guaranteed to be in the given status. If status is UP_TO_DATE, the latest time at which the dynamic group was confirmed to be up-to-date. If status is UPDATING_MEMBERSHIPS, the time at which dynamic group was created.

EntityKey
, EntityKeyArgs

Id string
The ID of the entity. For Google-managed entities, the id should be the email address of an existing group or user. For external-identity-mapped entities, the id must be a string conforming to the Identity Source's requirements. Must be unique within a namespace.
Namespace string
The namespace in which the entity exists. If not specified, the EntityKey represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of identitysources/{identity_source}.
Id string
The ID of the entity. For Google-managed entities, the id should be the email address of an existing group or user. For external-identity-mapped entities, the id must be a string conforming to the Identity Source's requirements. Must be unique within a namespace.
Namespace string
The namespace in which the entity exists. If not specified, the EntityKey represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of identitysources/{identity_source}.
id String
The ID of the entity. For Google-managed entities, the id should be the email address of an existing group or user. For external-identity-mapped entities, the id must be a string conforming to the Identity Source's requirements. Must be unique within a namespace.
namespace String
The namespace in which the entity exists. If not specified, the EntityKey represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of identitysources/{identity_source}.
id string
The ID of the entity. For Google-managed entities, the id should be the email address of an existing group or user. For external-identity-mapped entities, the id must be a string conforming to the Identity Source's requirements. Must be unique within a namespace.
namespace string
The namespace in which the entity exists. If not specified, the EntityKey represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of identitysources/{identity_source}.
id str
The ID of the entity. For Google-managed entities, the id should be the email address of an existing group or user. For external-identity-mapped entities, the id must be a string conforming to the Identity Source's requirements. Must be unique within a namespace.
namespace str
The namespace in which the entity exists. If not specified, the EntityKey represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of identitysources/{identity_source}.
id String
The ID of the entity. For Google-managed entities, the id should be the email address of an existing group or user. For external-identity-mapped entities, the id must be a string conforming to the Identity Source's requirements. Must be unique within a namespace.
namespace String
The namespace in which the entity exists. If not specified, the EntityKey represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of identitysources/{identity_source}.

EntityKeyResponse
, EntityKeyResponseArgs

Namespace This property is required. string
The namespace in which the entity exists. If not specified, the EntityKey represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of identitysources/{identity_source}.
Namespace This property is required. string
The namespace in which the entity exists. If not specified, the EntityKey represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of identitysources/{identity_source}.
namespace This property is required. String
The namespace in which the entity exists. If not specified, the EntityKey represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of identitysources/{identity_source}.
namespace This property is required. string
The namespace in which the entity exists. If not specified, the EntityKey represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of identitysources/{identity_source}.
namespace This property is required. str
The namespace in which the entity exists. If not specified, the EntityKey represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of identitysources/{identity_source}.
namespace This property is required. String
The namespace in which the entity exists. If not specified, the EntityKey represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of identitysources/{identity_source}.

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.

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