GoogleCloudAssetV1CustomConstraint class

The definition of a custom constraint.

Constructors

GoogleCloudAssetV1CustomConstraint({String? actionType, String? condition, String? description, String? displayName, List<String>? methodTypes, String? name, List<String>? resourceTypes})
GoogleCloudAssetV1CustomConstraint.fromJson(Map json_)

Properties

actionType String?
Allow or deny type. Possible string values are:
getter/setter pair
condition String?
Organization Policy condition/expression.
getter/setter pair
description String?
Detailed information about this custom policy constraint.
getter/setter pair
displayName String?
One line display name for the UI.
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
name String?
Name of the constraint.
getter/setter pair
resourceTypes List<String>?
The Resource Instance type on which this policy applies to.
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