Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class AzureSubscription.
Represents an Azure subscription.
Generated from protobuf message google.cloud.securitycenter.v1.AzureMetadata.AzureSubscription
Namespace
Google \ Cloud \ SecurityCenter \ V1 \ AzureMetadataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ id |
string
The UUID of the Azure subscription, for example, |
↳ display_name |
string
The display name of the Azure subscription. |
getId
The UUID of the Azure subscription, for example,
291bba3f-e0a5-47bc-a099-3bdcb2a50a05
.
Returns | |
---|---|
Type | Description |
string |
setId
The UUID of the Azure subscription, for example,
291bba3f-e0a5-47bc-a099-3bdcb2a50a05
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
The display name of the Azure subscription.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
The display name of the Azure subscription.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |