domain property

String? domain
getter/setter pair

[Pick one] A domain to grant access to.

Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Maps to IAM policy member "domain:DOMAIN".

Implementation

core.String? domain;