GetAuthorityPlainArgs

data class GetAuthorityPlainArgs(val certificateAuthorityId: String? = null, val location: String? = null, val pool: String? = null, val project: String? = null) : ConvertibleToJava<GetAuthorityPlainArgs>

A collection of arguments for invoking getAuthority.

Constructors

Link copied to clipboard
constructor(certificateAuthorityId: String? = null, location: String? = null, pool: String? = null, project: String? = null)

Properties

Link copied to clipboard

ID of the certificate authority.

Link copied to clipboard
val location: String? = null

The location the certificate authority exists in.

Link copied to clipboard
val pool: String? = null

The name of the pool the certificate authority belongs to.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Functions

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