OrganizationSecurityPoliciesResource class

Constructors

OrganizationSecurityPoliciesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAssociation(SecurityPolicyAssociation request, String securityPolicy, {bool? replaceExistingAssociation, String? requestId, String? $fields}) Future<Operation>
Inserts an association for the specified security policy.
addRule(SecurityPolicyRule request, String securityPolicy, {String? requestId, String? $fields}) Future<Operation>
Inserts a rule into a security policy.
copyRules(String securityPolicy, {String? requestId, String? sourceSecurityPolicy, String? $fields}) Future<Operation>
Copies rules to the specified security policy.
delete(String securityPolicy, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified policy.
get(String securityPolicy, {String? $fields}) Future<SecurityPolicy>
List all of the ordered rules present in a single specified policy.
getAssociation(String securityPolicy, {String? name, String? $fields}) Future<SecurityPolicyAssociation>
Gets an association with the specified name.
getRule(String securityPolicy, {int? priority, String? $fields}) Future<SecurityPolicyRule>
Gets a rule at the specified priority.
insert(SecurityPolicy request, {String? parentId, String? requestId, String? $fields}) Future<Operation>
Creates a new policy in the specified organization using the data included in the request.
list({String? filter, int? maxResults, String? orderBy, String? pageToken, String? parentId, bool? returnPartialSuccess, String? $fields}) Future<SecurityPolicyList>
List all the policies that have been configured for the specified organization.
listAssociations({String? targetResource, String? $fields}) Future<OrganizationSecurityPoliciesListAssociationsResponse>
Lists associations of a specified target, i.e., organization or folder.
listPreconfiguredExpressionSets({String? filter, int? maxResults, String? orderBy, String? pageToken, String? parentId, bool? returnPartialSuccess, String? $fields}) Future<SecurityPoliciesListPreconfiguredExpressionSetsResponse>
Gets the current list of preconfigured Web Application Firewall (WAF) expressions.
move(String securityPolicy, {String? parentId, String? requestId, String? $fields}) Future<Operation>
Moves the specified security policy.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(SecurityPolicy request, String securityPolicy, {String? requestId, String? $fields}) Future<Operation>
Patches the specified policy with the data included in the request.
patchRule(SecurityPolicyRule request, String securityPolicy, {int? priority, String? requestId, String? $fields}) Future<Operation>
Patches a rule at the specified priority.
removeAssociation(String securityPolicy, {String? name, String? requestId, String? $fields}) Future<Operation>
Removes an association for the specified security policy.
removeRule(String securityPolicy, {int? priority, String? requestId, String? $fields}) Future<Operation>
Deletes a rule at the specified priority.
toString() String
A string representation of this object.
inherited

Operators

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