getAttestor

Gets an attestor. Returns NOT_FOUND if the attestor does not exist.

Return

null

Parameters

argument

null


suspend fun getAttestor(attestorId: String, project: String? = null): GetAttestorResult

Return

null

Parameters

attestorId
project

See also


suspend fun getAttestor(argument: suspend GetAttestorPlainArgsBuilder.() -> Unit): GetAttestorResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.binaryauthorization.v1.kotlin.inputs.GetAttestorPlainArgs.

See also