OrganizationsSecurityHealthAnalyticsSettingsCustomModulesResource class
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
-
create(GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule request, String parent, {String? $fields})
→ Future<GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule>
-
Creates a resident SecurityHealthAnalyticsCustomModule at the scope of the
given CRM parent, and also creates inherited
SecurityHealthAnalyticsCustomModules for all CRM descendants of the given
parent.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes the specified SecurityHealthAnalyticsCustomModule and all of its
descendants in the CRM hierarchy.
-
get(String name, {String? $fields})
→ Future<GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule>
-
Retrieves a SecurityHealthAnalyticsCustomModule.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListSecurityHealthAnalyticsCustomModulesResponse>
-
Returns a list of all SecurityHealthAnalyticsCustomModules for the given
parent.
-
listDescendant(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListDescendantSecurityHealthAnalyticsCustomModulesResponse>
-
Returns a list of all resident SecurityHealthAnalyticsCustomModules under
the given CRM parent and all of the parent’s CRM descendants.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule>
-
Updates the SecurityHealthAnalyticsCustomModule under the given name based
on the given update mask.
-
simulate(SimulateSecurityHealthAnalyticsCustomModuleRequest request, String parent, {String? $fields})
→ Future<SimulateSecurityHealthAnalyticsCustomModuleResponse>
-
Simulates a given SecurityHealthAnalyticsCustomModule and Resource.
-
toString()
→ String
-
A string representation of this object.
inherited