ListEndpointIngressGatewayCredentialsPlainArgs

data class ListEndpointIngressGatewayCredentialsPlainArgs(val endpointName: String, val expiresin: Int? = null, val resourceUri: String, val serviceName: Either<String, ServiceName>? = null) : ConvertibleToJava<ListEndpointIngressGatewayCredentialsPlainArgs>

Constructors

constructor(endpointName: String, expiresin: Int? = null, resourceUri: String, serviceName: Either<String, ServiceName>? = null)

Properties

Link copied to clipboard

The endpoint name.

Link copied to clipboard
val expiresin: Int? = null

The is how long the endpoint access token is valid (in seconds).

Link copied to clipboard

The fully qualified Azure Resource manager identifier of the resource to be connected.

Link copied to clipboard
val serviceName: Either<String, ServiceName>? = null

The name of the service.

Functions

Link copied to clipboard
open override fun toJava(): ListEndpointIngressGatewayCredentialsPlainArgs