iamRoles property

List<String>? iamRoles
getter/setter pair

IAM roles granted on the resource to this access group.

Role name follows https://cloud.google.com/iam/docs/reference/rest/v1/roles.Example: [ "roles/bigquery.dataViewer" ]

Optional.

Implementation

core.List<core.String>? iamRoles;