Dynamic Groups and Custom Attributes from Admin Console?

In reference to this blog post (https://workspaceupdates.googleblog.com/2021/12/dynamic-groups-custom-user-attributes-orgunit-.html), is this only currently available via API?

I am looking to set up Dynamic Groups using a Custom Attribute I have created but I would like to be able to do it through the Admin Console as I am not knowledgeable in use of the API.

Solved Solved
2 4 1,845
1 ACCEPTED SOLUTION

Hello,

 

   I'm just doing some tests with it. According to this documentation (https://cloud.google.com/identity/docs/how-to/dynamic-groups-attributes/), you can use user.custom_schemas to access custom schemas attributes. You have an example with a custom schema and how to create a dynamic group based on it here: https://cloud.google.com/identity/docs/how-to/test-query-dynamic-groups#custom_user_attributes.

 

I hope it helps!

View solution in original post

4 REPLIES 4

Hello!

Dynamics groups, using custom attributes as queries, can only be created using the CEL language in the Dynamic groups service.

You have to know the apis commands to querie this information.

There's no option to create them using the dynamic groups interface menu.

I was afraid of that. Unfortunately I have no idea how to use CEL.

If anyone knows of a good basic tutorial, I am a quick learner.

Hello,

 

   I'm just doing some tests with it. According to this documentation (https://cloud.google.com/identity/docs/how-to/dynamic-groups-attributes/), you can use user.custom_schemas to access custom schemas attributes. You have an example with a custom schema and how to create a dynamic group based on it here: https://cloud.google.com/identity/docs/how-to/test-query-dynamic-groups#custom_user_attributes.

 

I hope it helps!

I was able to get the query to return with my custom attribute. Thank you!

Top Labels in this Space