SecretBackendRolePolicyIdentifierArgs

data class SecretBackendRolePolicyIdentifierArgs(val cps: Output<String>? = null, val notice: Output<String>? = null, val oid: Output<String>) : ConvertibleToJava<SecretBackendRolePolicyIdentifierArgs>

Constructors

Link copied to clipboard
constructor(cps: Output<String>? = null, notice: Output<String>? = null, oid: Output<String>)

Properties

Link copied to clipboard
val cps: Output<String>? = null

The URL of the CPS for the policy identifier

Link copied to clipboard
val notice: Output<String>? = null

A notice for the policy identifier

Link copied to clipboard
val oid: Output<String>

The OID for the policy identifier

Functions

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