Auth Backend Args
constructor(clientEmail: Output<String>? = null, clientId: Output<String>? = null, credentials: Output<String>? = null, customEndpoint: Output<AuthBackendCustomEndpointArgs>? = null, description: Output<String>? = null, disableAutomatedRotation: Output<Boolean>? = null, disableRemount: Output<Boolean>? = null, identityTokenAudience: Output<String>? = null, identityTokenKey: Output<String>? = null, identityTokenTtl: Output<Int>? = null, local: Output<Boolean>? = null, namespace: Output<String>? = null, path: Output<String>? = null, privateKeyId: Output<String>? = null, projectId: Output<String>? = null, rotationPeriod: Output<Int>? = null, rotationSchedule: Output<String>? = null, rotationWindow: Output<Int>? = null, serviceAccountEmail: Output<String>? = null, tune: Output<AuthBackendTuneArgs>? = null)