Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::AzureProxyConfig.
Details of a proxy config stored in Azure Key Vault.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#resource_group_id
def resource_group_id() -> ::String
-
(::String) — The ARM ID the of the resource group containing proxy keyvault.
Resource group ids are formatted as
/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>
.
#resource_group_id=
def resource_group_id=(value) -> ::String
-
value (::String) — The ARM ID the of the resource group containing proxy keyvault.
Resource group ids are formatted as
/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>
.
-
(::String) — The ARM ID the of the resource group containing proxy keyvault.
Resource group ids are formatted as
/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>
.
#secret_id
def secret_id() -> ::String
-
(::String) — The URL the of the proxy setting secret with its version.
Secret ids are formatted as
https://<key-vault-name>.vault.azure.net/secrets/<secret-name>/<secret-version>
.
#secret_id=
def secret_id=(value) -> ::String
-
value (::String) — The URL the of the proxy setting secret with its version.
Secret ids are formatted as
https://<key-vault-name>.vault.azure.net/secrets/<secret-name>/<secret-version>
.
-
(::String) — The URL the of the proxy setting secret with its version.
Secret ids are formatted as
https://<key-vault-name>.vault.azure.net/secrets/<secret-name>/<secret-version>
.