GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinition class
Custom constraint definition.
Defines this as a managed constraint.
Constructors
-
GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinition.new({String? actionType, String? condition, List<
String> ? methodTypes, Map<String, GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameter> ? parameters, List<String> ? resourceTypes}) - GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinition.fromJson(Map json_)
Properties
- actionType ↔ String?
-
Allow or deny type.
Possible string values are:
getter/setter pair
- condition ↔ String?
-
Org policy condition/expression.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
methodTypes
↔ List<
String> ? -
All the operations being applied for this constraint.
getter/setter pair
-
parameters
↔ Map<
String, GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameter> ? -
Stores the structure of
Parameters
used by the constraint condition.getter/setter pair -
resourceTypes
↔ List<
String> ? -
The resource instance type on which this policy applies.
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