IngressGatewayResource interface
The ingress gateway access credentials
Properties
| access |
Access key for hybrid connection. NOTE: This property will not be serialized. It can only be populated by the server. |
| expires |
The expiration of access key in unix time. |
| hostname | The ingress hostname. |
| hybrid |
Azure Relay hybrid connection name for the resource. |
| namespace |
The namespace name. |
| namespace |
The suffix domain name of relay namespace. |
| server |
The arc ingress gateway server app id. |
| service |
The token to access the enabled service. |
| tenant |
The target resource home tenant id. |
Property Details
accessKey
Access key for hybrid connection. NOTE: This property will not be serialized. It can only be populated by the server.
accessKey?: string
Property Value
string
expiresOn
The expiration of access key in unix time.
expiresOn?: number
Property Value
number
hostname
The ingress hostname.
hostname?: string
Property Value
string
hybridConnectionName
Azure Relay hybrid connection name for the resource.
hybridConnectionName?: string
Property Value
string
namespaceName
The namespace name.
namespaceName?: string
Property Value
string
namespaceNameSuffix
The suffix domain name of relay namespace.
namespaceNameSuffix?: string
Property Value
string
serverId
The arc ingress gateway server app id.
serverId?: string
Property Value
string
serviceConfigurationToken
The token to access the enabled service.
serviceConfigurationToken?: string
Property Value
string
tenantId
The target resource home tenant id.
tenantId?: string
Property Value
string