Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class Application.
Represents an application associated with a finding.
Generated from protobuf message google.cloud.securitycenter.v1.Application
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ base_uri |
string
The base URI that identifies the network location of the application in which the vulnerability was detected. For example, |
↳ full_uri |
string
The full URI with payload that can be used to reproduce the vulnerability. For example, |
getBaseUri
The base URI that identifies the network location of the application in
which the vulnerability was detected. For example, http://example.com
.
Returns | |
---|---|
Type | Description |
string |
setBaseUri
The base URI that identifies the network location of the application in
which the vulnerability was detected. For example, http://example.com
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFullUri
The full URI with payload that can be used to reproduce the
vulnerability. For example, http://example.com?p=aMmYgI6H
.
Returns | |
---|---|
Type | Description |
string |
setFullUri
The full URI with payload that can be used to reproduce the
vulnerability. For example, http://example.com?p=aMmYgI6H
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |