BigqueryDatasetAccessUserByEmail class final
access entry granting role to userByEmail.
- Inheritance
-
- Object
- BigqueryDatasetAccess
- BigqueryDatasetAccessUserByEmail
- Annotations
-
- @immutable
Constructors
-
BigqueryDatasetAccessUserByEmail({required TfArg<
String> userByEmail, TfArg<String> ? role, BigqueryDatasetAccessCondition? condition}) -
const
Properties
- condition → BigqueryDatasetAccessCondition?
-
Optional CEL binding restricting when this access entry applies.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
role
→ TfArg<
String> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
userByEmail
→ TfArg<
String> -
final
Methods
-
encode(
) → Map< String, Object?> -
Encodes this entry into the snake-case map shape expected by
Terraform's bigquery_dataset.access schema.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited