BackendArgs

constructor(clientId: Output<String>? = null, clientSecret: Output<String>? = null, description: Output<String>? = null, disableAutomatedRotation: Output<Boolean>? = null, disableRemount: Output<Boolean>? = null, environment: Output<String>? = null, identityTokenAudience: Output<String>? = null, identityTokenKey: Output<String>? = null, identityTokenTtl: Output<Int>? = null, namespace: Output<String>? = null, path: Output<String>? = null, rotationPeriod: Output<Int>? = null, rotationSchedule: Output<String>? = null, rotationWindow: Output<Int>? = null, subscriptionId: Output<String>? = null, tenantId: Output<String>? = null, useMicrosoftGraphApi: Output<Boolean>? = null)