TenantProjectPolicy class

Describes policy settings that can be applied to a newly created tenant project.

Constructors

TenantProjectPolicy({List<PolicyBinding>? policyBindings})
TenantProjectPolicy.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
policyBindings List<PolicyBinding>?
Policy bindings to be applied to the tenant project, in addition to the 'roles/owner' role granted to the Service Consumer Management service account.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited