SecretBackendRoleArgs

constructor(algorithmSigner: Output<String>? = null, allowBareDomains: Output<Boolean>? = null, allowEmptyPrincipals: Output<Boolean>? = null, allowHostCertificates: Output<Boolean>? = null, allowSubdomains: Output<Boolean>? = null, allowUserCertificates: Output<Boolean>? = null, allowUserKeyIds: Output<Boolean>? = null, allowedCriticalOptions: Output<String>? = null, allowedDomains: Output<String>? = null, allowedDomainsTemplate: Output<Boolean>? = null, allowedExtensions: Output<String>? = null, allowedUserKeyConfigs: Output<List<SecretBackendRoleAllowedUserKeyConfigArgs>>? = null, allowedUsers: Output<String>? = null, allowedUsersTemplate: Output<Boolean>? = null, backend: Output<String>? = null, cidrList: Output<String>? = null, defaultCriticalOptions: Output<Map<String, String>>? = null, defaultExtensions: Output<Map<String, String>>? = null, defaultUser: Output<String>? = null, defaultUserTemplate: Output<Boolean>? = null, keyIdFormat: Output<String>? = null, keyType: Output<String>? = null, maxTtl: Output<String>? = null, name: Output<String>? = null, namespace: Output<String>? = null, notBeforeDuration: Output<String>? = null, ttl: Output<String>? = null)