BackendRoleArgs

constructor(applicationObjectId: Output<String>? = null, azureGroups: Output<List<BackendRoleAzureGroupArgs>>? = null, azureRoles: Output<List<BackendRoleAzureRoleArgs>>? = null, backend: Output<String>? = null, description: Output<String>? = null, maxTtl: Output<String>? = null, namespace: Output<String>? = null, permanentlyDelete: Output<Boolean>? = null, role: Output<String>? = null, signInAudience: Output<String>? = null, tags: Output<List<String>>? = null, ttl: Output<String>? = null)