Returns the attackExposureResults Resource.
Returns the attackPaths Resource.
Returns the valuedResources Resource.
Close httplib2 connections.
Get the simulation by name or the latest simulation for the given organization.
close()
Close httplib2 connections.
get(name, x__xgafv=None)
Get the simulation by name or the latest simulation for the given organization. Args: name: string, Required. The organization name or simulation name of this simulation Valid format: `organizations/{organization}/simulations/latest` `organizations/{organization}/simulations/{simulation}` (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Attack path simulation "cloudProvider": "A String", # Indicates which cloud provider was used in this simulation. "createTime": "A String", # Output only. Time simulation was created "name": "A String", # Full resource name of the Simulation: `organizations/123/simulations/456` "resourceValueConfigsMetadata": [ # Resource value configurations' metadata used in this simulation. Maximum of 100. { # Metadata about a ResourceValueConfig. For example, id and name. "name": "A String", # Resource value config name }, ], }