<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z0000A1C2V2CQKOkta Classic EngineAdministrationAnswered2024-03-21T07:46:31.000Z2024-03-17T13:39:11.000Z2024-03-21T07:46:31.000Z
licenses property not found. Google Workspace

I am terraforming Okta and looking to terraform group assignments via group rule for Google Workspace. I've done this before in a separate project but this time its throwing this error:

 

Error: failed to create application group assignment: the API returned an error: Api validation failed: Setproperty. Causes: errorSummary: Property 'licenses' not found.

 

The profile attributes I have look like so:

profile = <<JSON

{

"licenses": [

{

"name": "Google Workspace Business Starter",

"productID": "Google-Apps",

"skuID": "1010020027"

}

],

"manageLicenses": "true",

"manageRoles": "true",

"orgUnitPath": "/",

"roles": [],

"unassignmentConfig": null

}

JSON

 

Again, done this before and had no issue. The other attributes are working fine


This question is closed.
Loading
licenses property not found. Google Workspace