# The CleanRoomAutoApprovalRule object

## Attributes

- `clean_room_name` (string, Beta)
  The name of the clean room this auto-approval rule belongs to.
- `rule_id` (string, Beta)
  A generated UUID identifying the rule.
- `rule_owner_collaborator_alias` (string, Beta)
  The owner of the rule to whom the rule applies.
- `author_collaborator_alias` (string, Beta)
  Collaborator alias of the author covered by the rule.
   Only one of `author_collaborator_alias` and `author_scope` can be set.
- `author_scope` (string, Beta)
  Scope of authors covered by the rule.
   Only one of `author_collaborator_alias` and `author_scope` can be set.
  Possible values: `AUTHOR_SCOPE_UNSPECIFIED`, `ANY_AUTHOR`
- `runner_collaborator_alias` (string, Beta)
  Collaborator alias of the runner covered by the rule.
- `created_at` (int64, Beta)
  Timestamp of when the rule was created, in epoch milliseconds.

## Example

```json
{
  "clean_room_name": "string",
  "rule_id": "string",
  "rule_owner_collaborator_alias": "string",
  "author_collaborator_alias": "string",
  "author_scope": "string",
  "runner_collaborator_alias": "string",
  "created_at": 0
}
```


