Key Properties Args
data class KeyPropertiesArgs(val attributes: Output<KeyAttributesArgs>? = null, val curveName: Output<Either<String, JsonWebKeyCurveName>>? = null, val keyOps: Output<List<Either<String, JsonWebKeyOperation>>>? = null, val keySize: Output<Int>? = null, val kty: Output<Either<String, JsonWebKeyType>>? = null) : ConvertibleToJava<KeyPropertiesArgs>
The properties of the key.
Constructors
Link copied to clipboard
constructor(attributes: Output<KeyAttributesArgs>? = null, curveName: Output<Either<String, JsonWebKeyCurveName>>? = null, keyOps: Output<List<Either<String, JsonWebKeyOperation>>>? = null, keySize: Output<Int>? = null, kty: Output<Either<String, JsonWebKeyType>>? = null)