ListEndpointCredentialsPlainArgs

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

Constructors

Link copied to clipboard
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.

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

The name of the service. If not provided, the request will by pass the generation of service configuration token

Functions

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